Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shinnn/css-wide-keywords
An array of the CSS-wide keywords
https://github.com/shinnn/css-wide-keywords
Last synced: 27 days ago
JSON representation
An array of the CSS-wide keywords
- Host: GitHub
- URL: https://github.com/shinnn/css-wide-keywords
- Owner: shinnn
- License: unlicense
- Created: 2014-10-28T07:16:46.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-12-23T14:47:28.000Z (almost 6 years ago)
- Last Synced: 2024-10-10T10:42:52.876Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://www.w3.org/TR/css3-values/#common-keywords
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# css-wide-keywords
[![NPM version](https://img.shields.io/npm/v/css-wide-keywords.svg)](https://www.npmjs.com/package/css-wide-keywords)
[![Bower version](https://img.shields.io/bower/v/css-wide-keywords.svg)](https://github.com/shinnn/css-wide-keywords/releases)
[![Build Status](https://travis-ci.org/shinnn/css-wide-keywords.svg?branch=master)](https://travis-ci.org/shinnn/css-wide-keywords)An array of the [CSS-wide keywords](https://www.w3.org/TR/css3-values/#common-keywords)
```json
[
"initial",
"inherit",
"unset"
]
```## Installation
### Package managers
#### [npm](https://www.npmjs.org/)
```
npm install css-wide-keywords
```#### [Bower](http://bower.io/)
```
bower install css-wide-keywords
```### Standalone
[Download the script file directly.](https://raw.githubusercontent.com/shinnn/css-wide-keywords/master/browser.js)
## API
### cssWideKeywords
Type: `Array` of `String`
## License
[The Unlicense](./LICENSE)