Simple, mais ne trouvais pas la réponse en ligne! Installé globalement (npm install -g sass
) sur mon Mac.
Cela fonctionne comme prévu:
sass style.scss style.css
Alors j'essaye:
sass --watch style.scss:style.css
Et obtenir:
Could not find an option named "watch".
Usage: sass <input> [output]
--[no-]stdin Read the stylesheet from stdin.
--[no-]indented Use the indented syntax for input from stdin.
-I, --load-path=<PATH> A path to use when resolving imports.
May be passed multiple times.
-s, --style=<NAME> Output style.
[expanded (default), compressed]
-c, --[no-]color Whether to emit terminal colors.
-q, --[no-]quiet Don't print warnings.
--[no-]trace Print full Dart stack traces for exceptions.
-h, --help Print this usage information.
--version Print the version of Dart Sass.
Qu'est-ce que je rate??
Merci!!
Finalement, j'ai abandonné sass
comme essayé ci-dessus et je suis allé chercher une solution avec webpack
.
Une autre option que j'ai essayée et qui fonctionnait était d'utiliser node-sass
.