madskristensen / CssAutoPrefixer

A Visual Studio extension
Other
4 stars 1 forks source link

There is An Error When Using @for In SCSS File #3

Open MarkSky opened 7 years ago

MarkSky commented 7 years ago

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:

css error