Files
Gitea-Blurple/.vscode/settings.json
Sophia Atkinson 2d32ca2e38 updated to use sass for easier updates
I also retired the light mode theme (i.e removed it completely)
2023-09-03 18:47:40 -07:00

10 lines
193 B
JSON

{
"liveSassCompile.settings.formats": [
{
"format": "expanded",
"extensionName": ".css",
"savePath": "/public/css",
"generateMap": false
}
]
}