We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Used version: 1.11.0
@mixin font-test1 { font: { family: Arial, sans-serif; style: normal; weight: 300; } } @mixin font-test2 { font: { family: Arial, sans-serif; style: normal; weight: 400; } }
results in the following error:
13:5 error Property `weight` appears to be spelled incorrectly no-misspelled-properties
It's also weird that it only complains about the second weight, if there's only one mixin, it doesn't complain at all.
weight
Expected: There shouldn't be an error.
The text was updated successfully, but these errors were encountered:
Thanks for the report, will look into it now.
Sorry, something went wrong.
@christianrank Fix incoming with the next release. Thanks for the report, apologies!
causing with .sass #1290
.sass
Successfully merging a pull request may close this issue.
Used version: 1.11.0
results in the following error:
13:5 error Property `weight` appears to be spelled incorrectly no-misspelled-properties
It's also weird that it only complains about the second
weight
, if there's only one mixin, it doesn't complain at all.Expected: There shouldn't be an error.
The text was updated successfully, but these errors were encountered: