Fork of css-tree with all but animatable CSS properties removed
npm install css-tree-animatable



This is a fork of css-tree 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, fix linting and style errors and build UMD bundle:
`shell script`
yarn fix
Build UMD bundle:
`shell script`
yarn build
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.