Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/niksy/css-resolution-units

List of CSS resolution units.
https://github.com/niksy/css-resolution-units

Last synced: about 2 months ago
JSON representation

List of CSS resolution units.

Awesome Lists containing this project

README

        

# css-resolution-units

[![Build Status][ci-img]][ci]

List of CSS [``][resolution] units.

## Install

```sh
npm install css-resolution-units --save
```

## Usage

```js
var cssResolutionUnits = require('css-resolution-units');
console.log(cssResolutionUnits);
/* [
"dpi",
"dpcm",
"dppx"
] */
```

## License

MIT © [Ivan Nikolić](http://ivannikolic.com)

[ci]: https://travis-ci.org/niksy/css-angle-units
[ci-img]: https://img.shields.io/travis/niksy/css-angle-units.svg
[resolution]: https://developer.mozilla.org/en-US/docs/Web/CSS/resolution