ded / bonzo

library agnostic, extensible DOM utility
Other
1.32k stars 137 forks source link

Add box-flex as unitless property (including vendor prefixes) #75

Closed niclashoyer closed 12 years ago

niclashoyer commented 12 years ago

The new css3 box-flex property is unitless. To set this property via the css method it needs to be added to the unitless variable. Maybe there is a better solution for vendor prefixes?

ded commented 12 years ago

this is good for now :/

rvagg commented 12 years ago

maybe time to make unitless a regex eh?

ded commented 12 years ago

@rvagg ... probably yes.

niclashoyer commented 12 years ago

I just saw that browser support for the box-flex spec is buggy and deprecated in favour of the new flexbox spec. Issues for Firefox and Chromium, so this is likely to change again :)