We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 049a6ff commit ff8bee9Copy full SHA for ff8bee9
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tailwindcss-animation-delay",
3
- "version": "2.0.1",
+ "version": "2.0.2",
4
"description": "Tailwind CSS plugin, add animation-delay CSS property.",
5
"main": "index.js",
6
"license": "MIT",
@@ -18,6 +18,6 @@
18
"access": "public"
19
},
20
"peerDependencies": {
21
- "tailwindcss": ">=2.0.0 || >=3.0.0"
+ "tailwindcss": ">=2.0.0 || >=4.0.0"
22
}
23
0 commit comments