Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-23T09:31:15.000Z (about 9 years ago)
- Last Synced: 2024-10-12T00:36:50.473Z (about 1 month 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 [![Build Status](https://travis-ci.org/morishitter/css-type-definition.svg)](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