Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/niksy/css-resolution-units
- Owner: niksy
- License: mit
- Created: 2016-08-16T21:19:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-16T21:28:18.000Z (over 8 years ago)
- Last Synced: 2024-10-18T03:47:57.931Z (2 months ago)
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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