We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d07d2dc commit ea5cfcfCopy full SHA for ea5cfcf
config/grunt/sass.js
@@ -1,5 +1,5 @@
1
// https://github.com/sindresorhus/grunt-sass
2
-const sass = require( 'sass' );
+const sass = require( 'node-sass' );
3
4
module.exports = {
5
options: {
package.json
@@ -42,6 +42,6 @@
42
"grunt-wp-i18n": "1.x",
43
"postcss-pxtorem": "4.x",
44
"time-grunt": "1.x",
45
- "sass": "1.x"
+ "node-sass": "4.x"
46
}
47
0 commit comments