tailwindcss-custom-animation

0.0.2 • Public • Published

TailwindCSS Custom Animations

This plugin allows you to create custom animations

Install

Install tailwindcss-grid-template-short using npm package manager:

npm i -D tailwindcss-custom-animation

Import and add the plugin in your Tailwind Config:

import type { Config } from "tailwindcss";
import customAnimation from "tailwindcss-custom-animation";

const config: Config = {
  plugins: [customAnimation()],
};

export default config;

Readme

Keywords

none

Package Sidebar

Install

npm i tailwindcss-custom-animation

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

3.53 kB

Total Files

5

Last publish

Collaborators

  • devcustrom