react-saasify-chrisvxd
Version:
React components for Saasify web clients.
27 lines (17 loc) • 589 B
Markdown
from one unit to another
[ ]: https://github.com/postcss/css-unit-converter
[ ]: https://travis-ci.org/andyjansson/css-unit-converter.svg
[ ]: https://travis-ci.org/andyjansson/css-unit-converter
```js
npm install css-unit-converter
```
```js
var convert = require('css-unit-converter');
//convert 1 inch to pc
convert(1, 'in', 'pc'); // 6
//convert 10px to cm with a maximum of 10 decimals
convert(10, 'px', 'cm', 10); // 0.2645833333
```
Converts CSS values