Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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