Skip to content

Commit 10167bd

Browse files
committed
Upgrade Sass and dependencies to avoid Python requirement
1 parent 0a39ace commit 10167bd

File tree

4 files changed

+2387
-146
lines changed

4 files changed

+2387
-146
lines changed

Gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ module.exports = function(grunt) {
2525
},
2626
sass: {
2727
options: {
28-
'outputStyle': 'expanded'
28+
'outputStyle': 'expanded',
29+
implementation: require('sass'),
2930
},
3031
dist: {
3132
files: {

0 commit comments

Comments
 (0)