mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-02-11 13:51:44 +00:00
fix stylus build's 'include css' option
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user