upgrade to latest scss compiler version (dart-scss)
See original GitHub issueWe are currently using lib-sass to compile scss but this library has been deprecated for a while now, and is preventing us from using newer scss features such as @use
which would provide significant benefit. The latest version of scss requires dart-scss (https://sass-lang.com/dart-sass).
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Dart Sass
Dart Sass's stand-alone command-line executable uses the blazing-fast Dart VM to compile your stylesheets. To install Dart Sass on the command line, ...
Read more >Upgrade SASS / SCSS to Use Latest CSS - YouTube
If your live sass compiler not working in vscode, or you want to use latest SASS / SCSS and CSS properties, it is...
Read more >dart-sass - npm
A pure JavaScript implementation of Sass.. Latest version: 1.25.0, last published: 3 years ago. Start using dart-sass in your project by ...
Read more >Switching from node-sass to dart sass in my angular-cli project
GNU c++ compiling something (likely itself); trying to run python2.7; trying to run any other version of python; trying to connect to github....
Read more >Dart SCSS Support Request - Visual Studio Feedback
On the sass-lang.com website it is saying the version of SCSS Visual Studio is ... Visual Studio is preventing me from upgrading from...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
There have been some developments, but there is no official node.js wrapper for “Embedded Sass” just yet, which means it can’t be used in the webpack scss plugin yet.
https://github.com/sass/dart-sass/issues/248#issuecomment-814385787
There’s no timeline on that, and once there is a node.js wrapper, I suppose an update to the webpack scss plugin will need to be released. We might have to sleep on this one a while longer.
This issue was closed due to 2 months of inactivity. Feel free to reopen it if still relevant.