Tweak how the SCSS is being compiled / structured

This commit is contained in:
Oliver-Akins 2023-11-25 21:41:31 -07:00
parent 89ccb742f8
commit 93b55df045
13 changed files with 200 additions and 116 deletions

View file

@ -31,7 +31,7 @@
"flags": {
"hotReload": {
"extensions": ["css", "hbs", "json", "mjs"],
"paths": ["templates", "langs", "styles", "module"]
"paths": ["templates", "langs", ".css", "module"]
}
}
}