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

misspelled-properties change in 1.11.0 breaks nested properties #1112

Closed
christianrank opened this issue Aug 28, 2017 · 3 comments · Fixed by #1113
Closed

misspelled-properties change in 1.11.0 breaks nested properties #1112

christianrank opened this issue Aug 28, 2017 · 3 comments · Fixed by #1113
Labels

Comments

@christianrank
Copy link

christianrank commented Aug 28, 2017

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.

Expected: There shouldn't be an error.

@DanPurdy
Copy link
Member

Thanks for the report, will look into it now.

@DanPurdy
Copy link
Member

DanPurdy commented Aug 28, 2017

@christianrank Fix incoming with the next release. Thanks for the report, apologies!

@Grawl
Copy link

Grawl commented Jun 25, 2019

causing with .sass #1290

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