npm.io
1.0.0 • Published 10 years ago

css-length-units

Licence
MIT
Version
1.0.0
Deps
0
Vulns
0
Weekly
0
Stars
1

css-length-units

List of CSS <length> units.

Installation

npm install css-length-units [--save[-dev]]

Usage

var cssLengthUnits = require('css-length-units');
cssLengthUnits; /*
[
	"em",
	"ex",
	"ch",
	"rem",
	"vh",
	"vw",
	"vmin",
	"vmax",
	"px",
	"mm",
	"cm",
	"in",
	"pt",
	"pc",
	"mozmm"
]
*/