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

Commit

Permalink
Impove SASS tech
Browse files Browse the repository at this point in the history
  • Loading branch information
tadatuta committed Apr 26, 2014
1 parent a055707 commit cb4b85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/techs/v2/sass.js
Original file line number Diff line number Diff line change
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 cb4b85b

Please sign in to comment.