Fork of mdn-data with all but animatable CSS properties removed
npm install mdn-data-animatable


This is a fork of mdn-data with all but animatable CSS properties removed.
Patch files removing unnecessary properties and syntaxes:
``shell script`
yarn gen
Lint:
`shell script`
yarn lint
Patch files and then fix linting and style errors:
`shell script`
yarn fix
Update dependencies:
`shell script`
yarn up
Generate changelog based on commit messages:
`shell script``
yarn c
To use the above command conventional-changelog-cli must be installed globally. Follow the recommended workflow.