WebCompiler icon indicating copy to clipboard operation
WebCompiler copied to clipboard

Dart Sass version

Open Sc0tTyXL opened this issue 3 years ago • 4 comments

Hello,

Can you tell us (and possibly update the documentation) what version of the Dart Sass compiler you are using?

And can you tell us if you are using the JS or VM version ? https://itnext.io/the-css-preprocessor-dilemma-node-sass-or-dart-sass-32a0a096572

Thank you!

Sc0tTy

Sc0tTyXL avatar Apr 06 '22 13:04 Sc0tTyXL

{ "dependencies": { "autoprefixer": "^10.4.0", "babel": "^5.8.34", "handlebars": "^4.7.7", "iced-coffee-script": "^108.0.14", "less": "^4.1.2", "less-plugin-autoprefix": "^2.0.0", "less-plugin-csscomb": "^0.0.2", "node-sass": "^6.0.1", "postcss": "^8.4.4", "postcss-cli": "^9.0.2", "sass": "^1.44.0", "stylus": "^0.55.0" }, "devDependencies": { "babel-cli": "^6.26.0" } }

failwyn avatar Apr 29 '22 16:04 failwyn

Have you looked at supporting the dart version of the compiler, it should be a lot quicker? Any chance of using updated versions of the compiler (it's behind quite a bit already)?

Sc0tTyXL avatar May 30 '22 06:05 Sc0tTyXL

We currently support Dart Sass and Node Sass; I’m planning on upgrading the libraries on a yearly basis because it requires a lot of time for testing, and it’s difficult to test thoroughly since I don’t use all of the supported libraries myself. Is there a missing language feature or issue caused by the current version of Dart Sass?

failwyn avatar May 30 '22 13:05 failwyn

I'm trying to get a new version out, but I am getting errors trying to update the node_modules... I'm getting errors from node-gyp compiling node-sass. Is anyone able to rebuild the node_module.7z file using the build.cmd file?

// I may have to drop node_sass support if I cannot get this working

failwyn avatar Jul 19 '24 16:07 failwyn