« Sass » : différence entre les versions

De Banane Atomic
Aller à la navigationAller à la recherche
(Page créée avec « Category:Web Category:Langages de Programmation = Links = * [https://sass-lang.com/ Sass] = Command line = <kode lang='bash'> sassc input.scss output.css </kode> »)
 
Ligne 6 : Ligne 6 :
= Command line =
= Command line =
<kode lang='bash'>
<kode lang='bash'>
sassc input.scss output.css
sassc input.scss output.css --style compressed
</kode>
</kode>

Version du 29 mai 2021 à 21:50

Links

Command line

Bash.svg
sassc input.scss output.css --style compressed