# css-length-units

> List of CSS length units.

Latest version **1.0.0** (published 2015-10-06) · MIT license · 0 weekly downloads

## Install

```sh
npm install css-length-units
pnpm add css-length-units
yarn add css-length-units
bun add css-length-units
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2015-10-06 |
| First published | 2015-10-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Jed Mao |
| Maintainers | jedmao |
| Keywords | css, length, units |

## Links

- npm: https://www.npmjs.com/package/css-length-units
- Repository: https://github.com/jedmao/css-length-units
- Homepage: https://github.com/jedmao/css-length-units#readme
- Issues: https://github.com/jedmao/css-length-units/issues
- npm.io page: https://npm.io/package/css-length-units

## Alternatives

- [style-dictionary](https://npm.io/package/style-dictionary.md) — 2.0M weekly downloads
- [postcss-merge-idents](https://npm.io/package/postcss-merge-idents.md) — 1.7M weekly downloads
- [@fontsource/noto-sans](https://npm.io/package/@fontsource/noto-sans.md) — 93.0K weekly downloads
- [uglifycss](https://npm.io/package/uglifycss.md) — 71.6K weekly downloads
- [mat4-interpolate](https://npm.io/package/mat4-interpolate.md) — 23.3K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2015-10-06

## README

# css-length-units
List of CSS [`<length>`](https://developer.mozilla.org/en-US/docs/Web/CSS/length) units.

## Installation

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

## Usage

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

---
_Source: https://npm.io/package/css-length-units · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
