Switch from node-sass to sass

Credit to @ayan4m1 for this commit.
This commit is contained in:
Christopher Gurnee 2021-10-12 14:53:30 +00:00
parent b173a2489a
commit b35beaae52
3 changed files with 8 additions and 1574 deletions

379
dist/main.css vendored

File diff suppressed because one or more lines are too long

1199
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -25,7 +25,7 @@
"scripts": {
"start": "webpack-dev-server --mode development",
"build": "webpack --mode production",
"css": "node-sass --style compressed src/sass/index.sass dist/main.css"
"css": "sass --style compressed --no-source-map src/sass/index.sass dist/main.css"
},
"dependencies": {
"core-js": "^3.18.2",
@ -45,7 +45,7 @@
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"babel-loader": "^8.2.2",
"node-sass": "^6.0.1",
"sass": "^1.42.1",
"standard": "^16.0.4",
"webpack": "^5.58.1",
"webpack-cli": "^4.9.0",