Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: about 2 months ago
JSON representation

List of CSS angle units.

Awesome Lists containing this project

README

        

# css-angle-units

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

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

## Install

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

## Usage

```js
var cssAngleUnits = require('css-angle-units');
console.log(cssAngleUnits);
/* [
"deg",
"grad",
"rad",
"turn"
] */
```

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