Skip to content

Commit 210bfde

Browse files
committed
Added Dart Sass
1 parent f6cbd6d commit 210bfde

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

config/grunt/sass.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// https://github.com/sindresorhus/grunt-sass
2+
const sass = require( 'sass' );
3+
24
module.exports = {
35
options: {
6+
implementation: sass,
47
sourceMap: true,
58
outputStyle: 'expanded',
69
indentType: 'tab',

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"grunt-version": "1.x",
4242
"grunt-wp-i18n": "1.x",
4343
"postcss-pxtorem": "4.x",
44-
"time-grunt": "1.x"
44+
"time-grunt": "1.x",
45+
"sass": "1.x"
4546
}
4647
}

0 commit comments

Comments
 (0)