1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Move sass to dev dependencies

This commit is contained in:
Deven Caron
2023-03-03 10:49:57 -05:00
parent 3fee6f4888
commit 7ff6094e40
2 changed files with 46 additions and 10 deletions

View File

@@ -18,7 +18,6 @@
"modujs": "^1.4.2",
"modularload": "^1.2.6",
"normalize.css": "^8.0.1",
"sass": "^1.57.1",
"svg4everybody": "^2.1.9"
},
"devDependencies": {
@@ -30,6 +29,7 @@
"node-notifier": "^10.0.1",
"postcss": "^8.4.21",
"purgecss": "^5.0.0",
"sass": "^1.57.1",
"svg-mixer": "~2.3.14",
"tiny-glob": "^0.2.9"
},