replace node-sass with sass #11

node-sass is deprecated and doesn't work on arm64 https://sass-lang.com/blog/libsass-is-deprecated
This commit is contained in:
Maxi Quoß
2022-03-28 22:46:27 +02:00
parent 9e9fed767e
commit d15810d8b2
2 changed files with 80 additions and 3691 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -23,8 +23,8 @@
"@rollup/plugin-replace": "^4.0.0",
"bootstrap": "^5.1.3",
"dotenv": "^16.0.0",
"node-sass": "^7.0.1",
"postcss": "^8.4.6",
"sass": "^1.49.9",
"sirv-cli": "^2.0.0",
"svelte-preprocess": "^4.10.3"
}