Skip to content

Commit

Permalink
Merge pull request #542 from hulufei/master
Browse files Browse the repository at this point in the history
Support include css in stylus
  • Loading branch information
tommy351 committed Mar 19, 2014
2 parents 0a6f8df + a62f02e commit 8b9877b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/plugins/renderer/stylus.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ module.exports = function(data, options, callback){
.use(defineConfig)
.set('filename', data.path)
.set('compress', config.compress)
.set('include css', true)
.render(callback);
};

0 comments on commit 8b9877b

Please sign in to comment.