ritwickdey / vscode-live-sass-compiler

Compile Sass or Scss file to CSS at realtime with live browser reload feature.
https://ritwickdey.github.io/vscode-live-sass-compiler/
MIT License
657 stars 168 forks source link

@import "compass/css3"; #217

Open Cuantico opened 5 years ago

Cuantico commented 5 years ago

Hello, @import "compass/css3"; throws an error (Error: File not found)

these are my modules "dependencies": { "compass": "^0.1.1", "node-sass": "^4.12.0", "react": "^16.9.0", "react-compass": "^0.1.0", "react-dom": "^16.9.0", "react-scripts": "3.1.1" },

sKopheK commented 3 years ago

Hi, @Cuantico, bumped into the same issue. I might be wrong but this is because this extension uses dart-sass which is not based on Ruby anymore whilst Compass is based on it.