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

@ -1,6 +1,6 @@
{
"scripts": {
"css": "sass --watch styles/:.css/"
"css": "sass --watch --embed-source-map --no-error-css styles/:.css/"
},
"devDependencies": {
"sass": "^1.69.5"