Less and Sass

This commit is contained in:
QkoSad
2022-10-17 17:44:31 +03:00
parent 523f2b2a4e
commit 624751cdb2
5 changed files with 4573 additions and 59 deletions
+4 -2
View File
@@ -6,12 +6,14 @@
"scripts": {
"start": "npm run lite",
"test": "echo \"Error: no test specified\" && exit 1",
"lite": "lite-server"
"lite": "lite-server",
"scss": "node-sass -o css/ css/"
},
"author": "",
"license": "ISC",
"devDependencies": {
"lite-server": "^2.3.0"
"lite-server": "^2.3.0",
"node-sass": "^7.0.3"
},
"dependencies": {
"bootstrap": "^4.0.0",