Units icon indicating copy to clipboard operation
Units copied to clipboard

JavaScript library for converting CSS units.

Results 3 Units issues
Sort by recently updated
recently updated
newest added

I would really appreciate the capability to install this library via NPM.

Hi, I really appreciate your work! Could you add Bower support so that we can install it by Bower? Thanks

toPx and curCss extract the unit using a regexp. However, when `value` is a number, this throws an exception since there is no `match` method on a `Number` object. I...