You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
## @import
|
|
|
|
https://sass-lang.com/documentation/at-rules/import
|
|
|
|
|
|
|
|
## normalize necolas version
|
|
|
|
https://raw.githubusercontent.com/necolas/normalize.css/master/normalize.css
|
|
|
|
|
|
|
|
## surveiller / compiler des fichiers sass :
|
|
|
|
sass --watch
|
|
|
|
.\style-main.scss:.\style-main.css .\desktop.scss:.\desktop.css .\print.scss:print.css
|
|
|
|
|
|
|
|
## compresser des fichiers scss :
|
|
|
|
sass --style=compressed .\style-main.scss:.\style-main.css
|
|
|
|
|
|
|
|
## compresser ne pas faire de map
|
|
|
|
sass --no-source-map --style=compressed .\style-main.scss:.\style-main.css
|
|
|
|
|