-
Notifications
You must be signed in to change notification settings - Fork 213
Closed
Labels
Description
TestCase
.test {
&:last-child:not(+ &:first-child) {
padding-left: 10px;
}
}output sass compiler
.test:last-child:not( + :first-child) {
padding-left: 10px;
}output scssphp
.test self:last-child:not(+ &:first-child) {
padding-left: 10px;
}it's also inside a mixing the same
Reactions are currently unavailable