maxmx / bootstrap-stylus

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

Fails to compile in Stylus 0.52.2 #103

Closed GeoffreyBooth closed 9 years ago

GeoffreyBooth commented 9 years ago

I get the following error with Stylus 0.52.2. It compiles fine in Stylus 0.52.0.

[14:54:29] gulp-notify: [Compile Error] ParseError in plugin 'gulp-stylus'
Message:
    .../node_modules/bootstrap-styl/bootstrap/type.styl:237:1
   233|
   234| // Abbreviations and acronyms
   235| abbr[title],
   236|
   237| // Add data-* attribute to help out our tooltip plugin, per https://github.com/twbs/bootstrap/issues/5257
--------^
   238| abbr[data-original-title]
   239|   cursor help
   240|   border-bottom 1px dotted $abbr-border-color

unexpected ","

Details:
    filename: .../node_modules/bootstrap-styl/bootstrap/type.styl
    lineno: 237
    column: 1
kane-c commented 9 years ago

This was a bug in Stylus 0.52.1 and 0.52.2. Upgrade to Stylus 0.52.3.

https://github.com/stylus/stylus/issues/1997