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