Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Property interpolation triggers misspelled properties warning #679

Closed
sathomas opened this issue May 6, 2016 · 1 comment · Fixed by #701
Closed

Property interpolation triggers misspelled properties warning #679

sathomas opened this issue May 6, 2016 · 1 comment · Fixed by #701
Assignees
Labels

Comments

@sathomas
Copy link

sathomas commented May 6, 2016

&:before {
    margin-#{$property-y}: -2 * $hint-arrow-width;
}

Results in

warning  Property `margin-` appears to be spelled incorrectly  no-misspelled-properties
@DanPurdy DanPurdy added the bug label May 6, 2016
@DanPurdy
Copy link
Member

DanPurdy commented May 6, 2016

Thanks for this @sathomas we'll get it sorted now that interpolation works in the AST correctly.

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants