Skip to content

Commit

Permalink
Fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
nylen committed Oct 5, 2018
1 parent 3fccc4c commit 7ac23f1
Show file tree
Hide file tree
Showing 3 changed files with 342 additions and 223 deletions.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@ module.exports = function(grunt) {
ext: '.css',
src: ['wp-admin/css/colors/*/colors.scss'],
options: {
outputStyle: 'expanded'
outputStyle: 'expanded',
implementation: require( 'node-sass' )
}
}
},
Expand Down

0 comments on commit 7ac23f1

Please sign in to comment.