Open MarkSky opened 7 years ago
When I write for loop in SCSS file, the autoprefixer can't run. @for $itemcount from 1 through 9 { &.item#{$itemcount} { background-color: #000; color: #fff; margin: 0 10px; } }
@for $itemcount from 1 through 9 { &.item#{$itemcount} { background-color: #000; color: #fff; margin: 0 10px; } }
I find there is no response is here:
Installed product versions
Description
When I write for loop in SCSS file, the autoprefixer can't run.
@for $itemcount from 1 through 9 { &.item#{$itemcount} { background-color: #000; color: #fff; margin: 0 10px; } }
I find there is no response is here: