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 9f40ecf commit ce0dff7Copy full SHA for ce0dff7
bun.lockb
-376 Bytes
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "justd/laravel",
3
- "version": "1.4.13",
+ "version": "1.4.14",
4
"type": "project",
5
"description": "The skeleton application for the Laravel framework.",
6
"keywords": [
package.json
@@ -34,8 +34,8 @@
34
"react-aria-components": "^1.7.1",
35
"react-dom": "^19.0.0",
36
"sonner": "^2.0.1",
37
- "tailwindcss-animate": "^1.0.7",
38
"tailwindcss-react-aria-components": "^2.0.0",
+ "tw-animate-css": "^1.2.2",
39
"vite": "^6.2.2"
40
}
41
resources/css/app.css
@@ -1,5 +1,5 @@
@import "tailwindcss";
-@plugin 'tailwindcss-animate';
+@import 'tw-animate-css';
@plugin 'tailwindcss-react-aria-components';
@variant dark (&:is(.dark *));
0 commit comments