Skip to content

Commit

Permalink
remove node-sass dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
brad-decker committed Apr 1, 2021
1 parent e63fcf1 commit 41e4529
Show file tree
Hide file tree
Showing 5 changed files with 259 additions and 360 deletions.
2 changes: 1 addition & 1 deletion development/build/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function createStyleTasks({ livereload }) {
async function buildScssPipeline(src, dest, devMode, rtl) {
if (!sass) {
// eslint-disable-next-line node/global-require
sass = require('gulp-sass');
sass = require('gulp-dart-sass');
// use our own compiler which runs sass in its own process
// in order to not pollute the intrinsics
// eslint-disable-next-line node/global-require
Expand Down
Loading

0 comments on commit 41e4529

Please sign in to comment.