Skip to content

Commit d473f78

Browse files
authored
Replace node-sass with Dart Sass (#3197)
LibSass has been deprecated. Their maintainers [recommend](https://sass-lang.com/blog/libsass-is-deprecated) switching to Dart Sass instead.
1 parent 9dd0a85 commit d473f78

File tree

2 files changed

+44
-471
lines changed

2 files changed

+44
-471
lines changed

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"test:integration": "jest --config jest.integration.config.js",
1818
"test:watch": "jest --watch",
1919
"e2e": "nightwatch -e default,safariMobile,safariDesktop,edge",
20-
"ci": "cross-env NODE_ENV=production yarn lint && yarn typecheck && yarn test && yarn test:integration && npm rebuild node-sass && yarn build"
20+
"ci": "cross-env NODE_ENV=production yarn lint && yarn typecheck && yarn test && yarn test:integration && yarn build"
2121
},
2222
"author": "NUSModifications",
2323
"license": "MIT",
@@ -99,14 +99,14 @@
9999
"jest-junit": "12.0.0",
100100
"mini-css-extract-plugin": "1.3.4",
101101
"nightwatch": "0.9.21",
102-
"node-sass": "5.0.0",
103102
"npm-run-all": "4.1.5",
104103
"postcss-loader": "4.1.0",
105104
"prettier": "2.2.1",
106105
"react-dev-utils": "11.0.1",
107106
"react-refresh": "0.9.0",
108107
"redux-logger": "3.0.6",
109108
"redux-mock-store": "1.5.4",
109+
"sass": "1.32.5",
110110
"sass-loader": "10.1.1",
111111
"style-loader": "2.0.0",
112112
"stylelint": "13.8.0",

0 commit comments

Comments
 (0)