stylus / nib

Stylus mixins, utilities, components, and gradient image generation
http://stylus.github.io/nib
MIT License
1.91k stars 249 forks source link

Does not work with Stylus 0.43.0 #247

Closed inca closed 10 years ago

inca commented 10 years ago

This occurs every time:

ParseError: 
.../node_modules/nib/lib/nib/flex.styl:16
   12|   if flex == type || inline-flex == type
   13|     if box in flex-version
   14|       if flex == type
   15|         display: -ms-flexbox args
 > 16|         display: vendor-value(box args, only: moz webkit)
   17|       else
   18|         display: -ms-inline-flexbox args
   19|         display: vendor-value(inline-box args, only: moz webkit)

expected ")", got "only"

Last time it worked with stylus@0.42.3

Panya commented 10 years ago

Fixed in 0.43.1.

yocontra commented 10 years ago

Tested on 0.46 and also not working - this time with linear-gradient mixins

notslang commented 10 years ago

now works up to 0.45 (7a9f0b5f31e95146af2c2b9f3a3d3698460b29de) - closing and moving @contra's comment to a new issue