kristoferjoseph / postcss-modular-scale

PostCSS plugin for adding modular scale to your styles
MIT License
53 stars 9 forks source link

Float number without leading zero error #13

Closed eduarddotgg closed 8 years ago

eduarddotgg commented 8 years ago

If in css i use like this:

     font-size: ms(.8)rem;

i get an error:

TypeError: Cannot read property '0' of undefined
kristoferjoseph commented 8 years ago

Make sure to use a leading 0.

eduarddotgg commented 8 years ago

It would be great to have ability to use without leading 0, like any other unit in css