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

Dependencies (2)

Dev Dependencies (21)

Package Sidebar

Install

npm i normalize-css-unit

Weekly Downloads

4

Version

1.0.1

License

MIT

Last publish

Collaborators

  • fpoumian