Skip to content
This repository has been archived by the owner on Jan 13, 2018. It is now read-only.

Commit

Permalink
Merge pull request #577 from bem/improveSassTech
Browse files Browse the repository at this point in the history
Impove SASS tech
  • Loading branch information
tadatuta committed Apr 26, 2014
2 parents a055707 + cb4b85b commit 2245c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/techs/v2/sass.js
Expand Up @@ -9,7 +9,7 @@ exports.techMixin = {

getBuildSuffixesMap: function() {
return {
css: ['sass', 'css']
'sass.css': ['sass', 'scss', 'css']
};
},

Expand Down

0 comments on commit 2245c03

Please sign in to comment.