css-tree-animatable
Version:
Fork of css-tree with all but animatable CSS properties removed
49 lines (32 loc) • 1.47 kB
Markdown
# css-tree-animatable
[](https://github.com/prettier/prettier)
[](https://www.npmjs.com/package/css-tree-animatable)
[](https://bundlephobia.com/result?p=css-tree-animatable)
[](https://depfu.com/github/webanimate/css-tree-animatable?project_id=12847)
This is a fork of [css-tree](https://www.npmjs.com/package/css-tree) with all but animatable CSS properties removed.
# Development
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](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli) must be installed globally. Follow [the recommended workflow](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#recommended-workflow).