We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6cbd6d commit 210bfdeCopy full SHA for 210bfde
config/grunt/sass.js
@@ -1,6 +1,9 @@
1
// https://github.com/sindresorhus/grunt-sass
2
+const sass = require( 'sass' );
3
+
4
module.exports = {
5
options: {
6
+ implementation: sass,
7
sourceMap: true,
8
outputStyle: 'expanded',
9
indentType: 'tab',
package.json
@@ -41,6 +41,7 @@
41
"grunt-version": "1.x",
42
"grunt-wp-i18n": "1.x",
43
"postcss-pxtorem": "4.x",
44
- "time-grunt": "1.x"
+ "time-grunt": "1.x",
45
+ "sass": "1.x"
46
}
47
0 commit comments