Skip to content

Commit

Permalink
Optimize sass live compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Muda committed Mar 15, 2023
1 parent 6bfcd86 commit 4a8cb68
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 2 deletions.
22 changes: 22 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"liveSassCompile.settings.formats": [
{
"format": "expanded",
"extensionName": ".css",
"savePath": "/css"
},
{
"extensionName": ".min.css",
"format": "compressed",
"savePath": "/dist/css"
}
],
"liveSassCompile.settings.excludeList": [
"**/node_modules/**",
".vscode/**"
],
"liveSassCompile.settings.generateMap": true,
"liveSassCompile.settings.autoprefix": [
"defaults"
]
}
File renamed without changes.
1 change: 1 addition & 0 deletions css/index.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/css/index.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 4a8cb68

Please sign in to comment.