css-tree-animatable

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

Usage no npm install needed!

<script type="module">
  import cssTreeAnimatable from 'https://cdn.skypack.dev/css-tree-animatable';
</script>

README

css-tree-animatable

code style: prettier Depfu

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.