We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 286879f commit 5153768Copy full SHA for 5153768
index.js
@@ -5,6 +5,8 @@ module.exports = function() {
5
var path = require( 'path' ),
6
project = {};
7
8
+ project.sass = require( 'sass' );
9
+
10
project.paths = {
11
config: 'config/',
12
assets: 'assets/',
package.json
@@ -31,6 +31,7 @@
31
"grunt-sass": "3.x",
32
"grunt-version": "1.x",
33
"grunt-wp-i18n": "1.x",
34
- "time-grunt": "1.x"
+ "time-grunt": "1.x",
35
+ "sass": "1.x"
36
}
37
0 commit comments