Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/niksy/css-time-units
List of CSS time units.
https://github.com/niksy/css-time-units
Last synced: 7 days ago
JSON representation
List of CSS time units.
- Host: GitHub
- URL: https://github.com/niksy/css-time-units
- Owner: niksy
- License: mit
- Created: 2016-08-16T21:20:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-16T21:29:09.000Z (about 8 years ago)
- Last Synced: 2024-10-18T03:48:08.974Z (28 days ago)
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# css-time-units
[![Build Status][ci-img]][ci]
List of CSS [`
## Install
```sh
npm install css-time-units --save
```## Usage
```js
var cssTimeUnits = require('css-time-units');
console.log(cssTimeUnits);
/* [
"s",
"ms"
] */
```## 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
[time]: https://developer.mozilla.org/en-US/docs/Web/CSS/time