Rename .css to .styles to match the .=compiled pattern

This commit is contained in:
Oliver-Akins 2023-12-15 18:33:52 -07:00
parent 25e3fa1bb8
commit c0d677cd77
8 changed files with 27 additions and 9 deletions

View file

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