-
Notifications
You must be signed in to change notification settings - Fork 86
Closed
Labels
bugSomething isn't workingSomething isn't workingspec complianceIssues with compliance to the Sass specIssues with compliance to the Sass spec
Milestone
Description
Working with this project, which extensively uses @at-root, I found some differences between the result of scssphp and SCSS compiler. This is one use-case:
.container {
@at-root body#{&} {
#logo {
border: 1px solid red;
}
}
}The expected result, as shown here
body.container #logo {
border: 1px solid red;
}The scssphp result:
bodybody.container #logo {
border: 1px solid red;
}Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingspec complianceIssues with compliance to the Sass specIssues with compliance to the Sass spec