Sass testen

Sluit de commandline, start de commandline zodat je Windows of Linux of Mac computer opnieuw de PATH variabele uit kan lezen en typ: sass.

Werk Sass?
1 2 3 4 5 6
Microsoft Windows [Version 10.0.19045.5011] (c) Microsoft Corporation. Alle rechten voorbehouden. C:\Users\boutkama>sass

Als het goed is krijg je nu een lap tekst met alle mogelijkheden die SASS je te bieden heeft. Werkt het???

Als SASS goed geïnstalleerd is dan zou je zoiets te zien moeten krijgen.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Compile SASS to CSS. Usage: sass <input.scss> [output.css] sass <input.scss>:<output.css> <input/>:<output/> <dir/> === Input and 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. ..... ..... ----- DE TEKST DIE UIT DIT COMMANDO KOMT IS LANG ----- EN DAAROM INGEKORT ..... ..... -h, --help Print this usage information. --version Print the version of Dart Sass.

Navigatie

« Installatie Hooggeëerd publiek... »