chg: [themes:packages] Replaced node-sass by dart-sass

pull/79/head
Sami Mokaddem 2021-12-16 11:53:12 +01:00
parent bb3b264cfb
commit b9da619538
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
2 changed files with 349 additions and 1525 deletions

File diff suppressed because it is too large Load Diff

View File

@ -5,13 +5,14 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"autobuild": "node-sass --watch scss -o ../css/themes",
"build": "node-sass scss -o ../css/themes"
"autobuild": "sass --no-source-map --watch scss:../css/themes",
"build": "sass --no-source-map scss:../css/themes",
"build-with-map": "sass scss:../css/themes"
},
"author": "",
"license": "ISC",
"dependencies": {
"bootstrap": "^5.1.1",
"node-sass": "^6.0.1"
"sass": "^1.45.0"
}
}