normalize-css-unit

1.0.1 • Public • Published

normalize-css-unit

Normalize CSS Unit

npm npm Travis branch Codecov branch
Commitizen friendly styled with prettier Code of Conduct Roadmap

Highlights

// TODO

Installation

npm install --save normalize-css-unit

Usage

import normalizeCSSUnit from 'normalize-css-unit';
 
normalizeCSSUnit(100);
//=> '100px'
 
normalizeCSSUnit('100rem ');
//=> '100rem'

FAQ

Why should I use normalize-css-unit?

// TODO

Contributors

Thanks goes to these people (emoji key):


Fernando Poumián

💻 📖 🚇

This project follows the all-contributors specification. Contributions of any kind welcome!

Related

// TODO

License

MIT © Fernando Poumián

/normalize-css-unit/

    Package Sidebar

    Install

    npm i normalize-css-unit

    Weekly Downloads

    6

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • fpoumian