Skip to content

Commit

Permalink
refactor(ui): replace node-sass with sass (#4780)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Herman <dherman@factset.com>
  • Loading branch information
dcherman authored Dec 19, 2020
1 parent 15ec9f5 commit af03a74
Show file tree
Hide file tree
Showing 2 changed files with 149 additions and 518 deletions.
4 changes: 2 additions & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@
"glob": "^7.1.2",
"html-webpack-plugin": "^3.2.0",
"monaco-editor-webpack-plugin": "^1.9.0",
"node-sass": "^4.14.1",
"prettier": "^1.19.1",
"raw-loader": "^0.5.1",
"react-hot-loader": "^3.1.3",
"sass-loader": "^6.0.6",
"sass": "^1.30.0",
"sass-loader": "^10.1.0",
"source-map-loader": "^0.2.4",
"style-loader": "^0.20.1",
"ts-loader": "^7.0.4",
Expand Down
Loading

0 comments on commit af03a74

Please sign in to comment.