Skip to content

Commit 8ced93b

Browse files
Merge pull request #113 from webark/patch-1
Defining new acceptable css extentions
2 parents c9d12d6 + 21f34c6 commit 8ced93b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ var fs = require('fs');
88
function SASSPlugin(optionsFn) {
99
this.name = 'ember-cli-sass';
1010
this.optionsFn = optionsFn;
11+
this.ext = ['scss', 'sass'];
1112
}
1213

1314
SASSPlugin.prototype.toTree = function(tree, inputPath, outputPath, inputOptions) {

0 commit comments

Comments
 (0)