diff --git a/package.json b/package.json index 6519a6a5..9a41e605 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "build": "vite build" }, "devDependencies": { + "@tailwindcss/forms": "^0.5.11", "@tailwindcss/postcss": "^4.1.18", "autoprefixer": "^10.4.20", "laravel-vite-plugin": "^1.2.0", diff --git a/resources/css/app.css b/resources/css/app.css index d4b50785..ffb96a15 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -1 +1,2 @@ @import 'tailwindcss'; +@plugin '@tailwindcss/forms'; diff --git a/resources/views/components/dropdown.blade.php b/resources/views/components/dropdown.blade.php index a46f7c83..97e3c2ee 100644 --- a/resources/views/components/dropdown.blade.php +++ b/resources/views/components/dropdown.blade.php @@ -28,7 +28,7 @@ class="absolute z-50 mt-2 {{ $width }} rounded-md shadow-lg {{ $alignmentClasses }}" style="display: none;" @click="open = false"> -