Package Exports
- tailwindcss-vov
- tailwindcss-vov/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tailwindcss-vov) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Tailwind VOV.CSS Plugin
A TailwindCSS plugin to integrate VOV.css animations seamlessly.
Installation
Install the plugin and its dependencies:
npm install tailwindcss-vov tailwindcss vov.css
Usage
Apply a vov-
prefix to the VOV animation names
<div class="vov-fade-in-top-right hover:vov-throb">
VOV.CSS
</div>