-
Notifications
You must be signed in to change notification settings - Fork 529
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
Hotfix master - Fix trailing-semicolon issue with nested properties #359
Hotfix master - Fix trailing-semicolon issue with nested properties #359
Conversation
|
||
.qux { | ||
content: 'waldo' | ||
} | ||
} | ||
|
||
.foo { | ||
font: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add some test cases where it should fail here just to make sure?
Yeah good shout. |
also try this against it .test {
text: {
line: {
through: {
color: red;
}
}
orientation: landscape;
}
} |
Will do. I think it still needs some work. I'm having a issue. |
Ok added more test cases and also added tests to test for non-default options (include: false) |
Update me and we're good to go |
Hotfix master - Fix trailing-semicolon issue with nested properties
…esting Hotfix master - Fix trailing-semicolon issue with nested properties
Fixes the trailing-semicolon false positive highlighted in #352
DCO 1.1 Signed-off-by: Ben Griffith [email protected]