css-properties-values

1.0.0 • Public • Published

CSS Properties and Values

A JSON list of CSS properties and their values. Some of the values represent value types, such as color and length. Most results contain initial and inherit. Some of the lesser known properties are missing values.

Installation

npm install css-properties-values --save

Usage

var cssProps = require('css-properties-values');
// output
// [
//   {
//     property: "color",
//     values: ["color", "initial", "inherit"]
//   },
//   ...
// ]

Building

npm install
npm run build

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.0244latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.0244

Package Sidebar

Install

npm i css-properties-values

Weekly Downloads

244

Version

1.0.0

License

MIT

Last publish

Collaborators

  • andyaxton