https://github.com/matype/css-type-definition
List of values that the CSS property can be taken
https://github.com/matype/css-type-definition
Last synced: about 1 year ago
JSON representation
List of values that the CSS property can be taken
- Host: GitHub
- URL: https://github.com/matype/css-type-definition
- Owner: matype
- License: other
- Created: 2015-09-18T06:29:11.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-23T09:31:15.000Z (almost 11 years ago)
- Last Synced: 2024-12-28T02:45:09.117Z (over 1 year ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# css-type-definition [](https://travis-ci.org/morishitter/css-type-definition)
List of values that the CSS property can be taken
## Installation
```shell
$ npm install css-type-definition
```
## Usage
```js
var require('css-type-definition')
definition('background-color') // color
definition('font-size') // length
```
## License
The MIT License (MIT)
Copyright (c) 2015 Masaaki Morishita