ritwickdey / vscode-live-sass-compiler

Compile Sass or Scss file to CSS at realtime with live browser reload feature.
https://ritwickdey.github.io/vscode-live-sass-compiler/
MIT License
658 stars 169 forks source link

-ms prefix #274

Open AmanoLX opened 4 years ago

AmanoLX commented 4 years ago

After defining the grid-template-columns with a repeat(x, 1fr) the compiled CSS automatically creates -ms autoprefixed code but as an error. Same thing happens with grid-rows and grid-columns...

So just a few lines of code from my Sass file are getting compiled into the normal style.css (and style.min.css file), all of it is working but with in the CSS files I got lots of errors that shouldn't be there

Schermafbeelding 2020-03-05 om 23 24 14
ghost commented 4 years ago

Please see #256. I suggest you to use another compiler to compile your scss/sass.

ghost commented 4 years ago

The project is no longer maintained by the owner and the plugin use an old version of autoprefixer with an old version of sass.js.