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.
Juan
d1b5abf840
|
3 years ago | |
---|---|---|
.. | ||
css | 3 years ago | |
fonts | 3 years ago | |
scss | 3 years ago | |
README.md | 3 years ago | |
index.html | 3 years ago |
README.md
@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