Skip to content

Commit

Permalink
Merge pull request #7018 from himdel/sass
Browse files Browse the repository at this point in the history
sass - switch to dart sass
  • Loading branch information
skateman authored May 26, 2020
2 parents 7cbf7da + 32bf8c1 commit 155f8fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/webpack/loaders.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ module.exports = [
loader: 'sass-loader',
options: {
sourceMap: true,
implementation: require('sass').default,
},
},
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,14 +146,14 @@
"jest-cli": "~24.9.0",
"js-yaml": "~3.13.1",
"ng-annotate-loader": "~0.6.1",
"node-sass": "~4.12.0",
"path-complete-extname": "~0.1.0",
"postcss-loader": "~3.0.0",
"postcss-smart-import": "~0.6.11",
"precss": "~1.4.0",
"react-test-renderer": "~16.8.0",
"regenerator-runtime": "~0.13.5",
"resolve-url-loader": "~3.1.1",
"sass": "~1.26.5",
"sass-loader": "~8.0.2",
"style-loader": "~1.1.3",
"stylelint": "~13.5.0",
Expand Down

0 comments on commit 155f8fd

Please sign in to comment.