maxmx / bootstrap-stylus

Port of Bootstrap to Stylus
MIT License
585 stars 113 forks source link

Gulp Compile Error #68

Closed crisward closed 10 years ago

crisward commented 10 years ago

Getting the below error when I run bootstrap-stylus 3.2 through gulp-stylus.

Also if I comment out this style, media queries don't work. Any ideas? I realise you've programmed this to work with Grunt, but version 3.0 worked fine. Many thanks in advance.

gulp-notify: [Compile Error] /websites/bluewatch/public_html/site-resources/bower_components/bootstrap-stylus/stylus/mixins/image.styl:32
   28|   only screen and (min-resolution 192dpi),
   29|   only screen and (min-resolution 2dppx)
   30|     background-image url("{$file-2x}")
   31|     background-size $width-1x $height-1x
 > 32| 

expected "indent", got "&&"
crisward commented 10 years ago

Upgraded to latest gulp-stylus fixed this issue

npm install --save-dev gulp-stylus@1.3

maxmx commented 10 years ago

Thanks for providing your own answer!