Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: about 2 months ago
JSON representation

List of CSS frequency units.

Awesome Lists containing this project

README

        

# css-frequency-units

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

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

## Install

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

## Usage

```js
var cssFrequencyUnits = require('css-frequency-units');
console.log(cssFrequencyUnits);
/* [
"Hz",
"kHz"
] */
```

## 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
[frequency]: https://developer.mozilla.org/en-US/docs/Web/CSS/frequency