Skip to content

Commit

Permalink
feat(sass): switch from node to dart sass (#60)
Browse files Browse the repository at this point in the history
* switch from node to dart sass

* allow newer babel preset in yarn lock
  • Loading branch information
jrood authored Apr 3, 2023
1 parent cb0adfa commit 87c0b54
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 559 deletions.
2 changes: 1 addition & 1 deletion packages/webpack-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"cssnano": "^4.1.11",
"file-loader": "^3.0.1",
"mini-css-extract-plugin": "^0.12.0",
"node-sass": "^8.0.0",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-focus-visible": "^5.0.0",
"postcss-loader": "^3.0.0",
"sass": "^1.59.3",
"sass-loader": "^7.3.1",
"style-loader": "^1.3.0",
"terser-webpack-plugin": "^4.2.3",
Expand Down
Loading

0 comments on commit 87c0b54

Please sign in to comment.