bludit/bl-kernel/admin/themes/booty/scss/README.md

14 lines
298 B
Markdown
Raw Normal View History

2019-03-22 17:34:07 +01:00
# SCSS compiling
## tool
- https://github.com/ritwickdey/vscode-live-sass-compiler
## settings
```
"liveSassCompile.settings.formats": [
{
"format": "compressed",
"extensionName": ".css",
"savePath": "~/../css/"
}
],
"liveSassCompile.settings.generateMap": false
```