postcss-magic.css-data
Autogenerated data for postcss-animations plugin.
Parsed all @keyframes
from magic.css.
Install
yarn add -D postcss-magic.css-data postcss-animations# or npm i -D postcss-magic.css-data postcss-animations
Use
const postcss = ;const postcssAnimations = ; async { const CSS = `.my-openDownRightOut { animation-name: openDownRightOut; }`; const PLUGINS = ; try const css messages = await ; messages; console; /* .my-openDownRightOut { animation-name: openDownRightOut; } @keyframes openDownRightOut { } */ catch e console; };
Other animation data:
Update data:
git clone https://github.com/retyui/postcss-magic.css-datacd postcss-magic.css-datayarnyarn build