Skip to content

Commit 5153768

Browse files
committed
Testing dart sass implementation
Not sure if this will work or not…
1 parent 286879f commit 5153768

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ module.exports = function() {
55
var path = require( 'path' ),
66
project = {};
77

8+
project.sass = require( 'sass' );
9+
810
project.paths = {
911
config: 'config/',
1012
assets: 'assets/',

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"grunt-sass": "3.x",
3232
"grunt-version": "1.x",
3333
"grunt-wp-i18n": "1.x",
34-
"time-grunt": "1.x"
34+
"time-grunt": "1.x",
35+
"sass": "1.x"
3536
}
3637
}

0 commit comments

Comments
 (0)