Skip to content

Commit 078edd4

Browse files
committed
Replace node-sass with sass
1 parent 2a948b7 commit 078edd4

2 files changed

Lines changed: 7448 additions & 5940 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
"jest": "^24.9.0",
235235
"lint-staged": "^9.5.0",
236236
"mini-css-extract-plugin": "^0.8.0",
237-
"node-sass": "^4.13.0",
237+
"sass": "^1.32.0",
238238
"opencollective-postinstall": "^2.0.2",
239239
"optimize-css-assets-webpack-plugin": "^5.0.3",
240240
"prettier": "^1.19.1",
@@ -299,5 +299,6 @@
299299
"hooks": {
300300
"pre-commit": "lint-staged"
301301
}
302-
}
302+
},
303+
"packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
303304
}

0 commit comments

Comments
 (0)