updates and added LSC settings

This commit is contained in:
2023-08-28 17:43:48 -07:00
parent a692987303
commit e3b4a2609f
11 changed files with 52 additions and 39 deletions

10
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,10 @@
{
"liveSassCompile.settings.formats": [
{
"format": "expanded",
"extensionName": ".css",
"savePath": "/css",
"generateMap": false
}
]
}