mdn-data-animatable
v1.1.22
Published
Fork of mdn-data with all but animatable CSS properties removed
Downloads
56
Maintainers
Readme
mdn-data-animatable
This is a fork of mdn-data with all but animatable CSS properties removed.
Development
Patch files removing unnecessary properties and syntaxes:
yarn gen
Lint:
yarn lint
Patch files and then fix linting and style errors:
yarn fix
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.