Skip to content

Commit

Permalink
fix stylus build's 'include css' option
Browse files Browse the repository at this point in the history
  • Loading branch information
rikukissa committed Oct 20, 2014
1 parent 001ab42 commit d31d650
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gulpfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ gulp.task 'templates', ->
gulp.task 'styles', ->
styles = gulp
.src paths.styles.source
.pipe(stylus({set: ['include css']}))
.pipe stylus
'include css': true

.on 'error', handleError
.pipe prefix 'last 2 versions', 'Chrome 34', 'Firefox 28', 'iOS 7'

Expand Down

0 comments on commit d31d650

Please sign in to comment.