Skip to content

Commit

Permalink
Merge pull request #205 from input-output-hk/chore/ddw-1008-switch-to…
Browse files Browse the repository at this point in the history
…-sass-package

[DDW-1008] Replace node-sass with sass package
  • Loading branch information
DominikGuzei authored Mar 7, 2022
2 parents f9da530 + 141a1ac commit 22573fb
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 383 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
"devDependencies": {
"@babel/cli": "7.7.4",
"@babel/core": "7.7.4",
"@babel/helper-call-delegate": "7.12.13",
"@babel/helper-regex": "7.10.5",
"@babel/plugin-proposal-class-properties": "7.7.4",
"@babel/preset-env": "7.11.5",
"@babel/preset-flow": "7.10.4",
Expand Down Expand Up @@ -78,13 +80,13 @@
"jest-enzyme": "7.1.2",
"lint-staged": "12.1.3",
"lodash": "4.17.19",
"node-sass": "4.14.1",
"nodemon": "1.12.1",
"prettier": "2.0.5",
"prettier-eslint": "9.0.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"rimraf": "2.6.2",
"sass": "1.49.9",
"sass-loader": "8.0.0",
"style-loader": "1.0.1",
"url-loader": "3.0.0"
Expand Down
Loading

0 comments on commit 22573fb

Please sign in to comment.