liuderchi / ide-css

:atom: Atom-IDE for CSS, LESS and SCSS language
https://atom.io/packages/ide-css
16 stars 1 forks source link

@rule and other modern Dart Sass not supported #42

Open christophcemper opened 4 years ago

christophcemper commented 4 years ago

I'm using the modern Dart Sass with modules (@rule and namespaces) and would love to see support

Currently I just get tons of "errors" (due to ide-css not understanding the new SCSS

You need Dart Sass 1.23.0, while LibSass and Ruby Sass still haven't implemented it.

This compiles just fine in Dart Sass image

kagiura commented 3 years ago

has this ever been updated? really frustrating to see the @use warnings, had to go through all my packages to find this one wasn't supporting dart sass