Skip to content

Commit 21f34c6

Browse files
committed
Defining new acceptable css extentions
Need to defined an extension or one of undefined gets injected into the registry. Bug was found to be causing webark/ember-component-css#132
1 parent c9d12d6 commit 21f34c6

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)