liuderchi / ide-css

:atom: Atom-IDE for CSS, LESS and SCSS language

Home Page:https://atom.io/packages/ide-css

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@rule and other modern Dart Sass not supported

christophcemper opened this issue · comments

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

commented

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