css-tree-animatable
v1.0.20
Published
Fork of css-tree with all but animatable CSS properties removed
Downloads
71
Maintainers
Readme
css-tree-animatable
This is a fork of css-tree with all but animatable CSS properties removed.
Development
Patch files removing unnecessary properties and syntaxes:
yarn gen
Lint:
yarn lint
Patch files, fix linting and style errors and build UMD bundle:
yarn fix
Build UMD bundle:
yarn build
Update dependencies:
yarn up
Generate changelog based on commit messages:
yarn c
To use the above command conventional-changelog-cli must be installed globally. Follow the recommended workflow.