chg: [themes:packages] Replaced node-sass by dart-sass
parent
bb3b264cfb
commit
b9da619538
File diff suppressed because it is too large
Load Diff
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue