Skip to content

Commit

Permalink
Use sass package instead of node-sass
Browse files Browse the repository at this point in the history
Sass is a pure javascript implementation and requires no native
bindings, unlike node-sass.
  • Loading branch information
Stormheg authored and thibaudcolas committed Mar 17, 2021
1 parent a63d10a commit b14c8f1
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 990 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"http-server": "^0.12.3",
"jquery": "^3.5.1",
"mini-css-extract-plugin": "^1.3.9",
"node-sass": "^5.0.0",
"popper.js": "^1.16.1",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"stylelint": "^13.3.3",
"underscore": "^1.10.2",
Expand Down
Loading

0 comments on commit b14c8f1

Please sign in to comment.