updated to use sass for easier updates
I also retired the light mode theme (i.e removed it completely)
This commit is contained in:
10
.vscode/settings.json
vendored
Normal file
10
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"liveSassCompile.settings.formats": [
|
||||
{
|
||||
"format": "expanded",
|
||||
"extensionName": ".css",
|
||||
"savePath": "/public/css",
|
||||
"generateMap": false
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user