We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 028511a commit 2495fe8Copy full SHA for 2495fe8
2 files changed
README.md
@@ -121,9 +121,11 @@ The plugin generates all the animate.css utility classes for you.
121
* .fadeOutRightBig
122
* .fadeOutUp
123
* .fadeOutUpBig
124
-* …
125
-
126
-More classes coming soon…
+* .zoomOutDown
+* .zoomOutLeft
+* .zoomOutRight
127
+* .zoomOut
128
+* .zoomOutUp
129
130
## Credits
131
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tailwindcss-animatecss",
3
- "version": "0.1.2",
+ "version": "0.2.0",
4
"description": "Add Animate CSS as Tailwind CSS plugin to your project.",
5
"main": "index.js",
6
"repository": {
0 commit comments