Dart Sass version
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
{ "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" } }
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)?
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?
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