JSON list of css properties and their values
npm install css-properties-valuesbash
npm install css-properties-values --save
`$3
`javascript
var cssProps = require('css-properties-values');
// output
// [
// {
// property: "color",
// values: ["color", "initial", "inherit"]
// },
// ...
// ]
`$3
`bash
npm install
npm run build
``