Update from node-sass to sass

To futureproof the usage of sass, moving to the Dart implementation instead of the older C one.
This commit is contained in:
Vincent Taverna
2021-01-02 13:07:45 -05:00
parent c506420aae
commit cae0ed4477
3 changed files with 33 additions and 170 deletions

View File

@@ -74,7 +74,6 @@
"katex": "^0.12.0",
"lodash": "^4.17.20",
"netlify-cms-app": "^2.14.8",
"node-sass": "^5.0.0",
"normalize-scss": "^7.0.1",
"prismjs": "^1.23.0",
"react": "^17.0.1",
@@ -113,6 +112,7 @@
"postcss-pxtorem": "5.1.1",
"react-test-renderer": "17.0.1",
"rimraf": "3.0.2",
"sass": "^1.32.0",
"stylelint": "13.8.0",
"stylelint-config-recommended-scss": "4.2.0",
"stylelint-scss": "3.18.0"