Skip to content

Commit

Permalink
build: replace node-sass with dart-sass (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahdayan authored Jul 21, 2021
1 parent 6ea9834 commit 5e02c18
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 211 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"@babel/preset-env": "7.12.7",
"@babel/preset-react": "7.12.10",
"@babel/preset-typescript": "7.12.7",
"@csstools/postcss-sass": "4.0.0",
"@percy/cypress": "2.3.4",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "11.0.0",
Expand Down Expand Up @@ -82,7 +83,6 @@
"postcss": "8.1.8",
"postcss-color-rgb": "2.0.0",
"postcss-comment": "2.0.0",
"postcss-node-sass": "2.1.8",
"postcss-preset-env": "6.7.0",
"prettier": "2.2.1",
"rollup": "2.34.1",
Expand Down
2 changes: 1 addition & 1 deletion postcss.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import autoprefixer from 'autoprefixer';
import cssnano from 'cssnano';
import color from 'postcss-color-rgb';
import comment from 'postcss-comment';
import sass from 'postcss-node-sass';
import sass from '@csstools/postcss-sass';
import presetEnv from 'postcss-preset-env';

export default {
Expand Down
Loading

0 comments on commit 5e02c18

Please sign in to comment.