From 2e01715df4076a5d0448e35d906963fc65366b8a Mon Sep 17 00:00:00 2001 From: Abizrh Date: Fri, 8 Aug 2025 11:30:48 +0700 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20chore=20(config):=20add=20?= =?UTF-8?q?tailwind=20css=20and=20components=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/assets/css/tailwind.css | 1 + app/components/layout/Auth.vue | 2 +- app/components/pub/ui/button/Button.vue | 43 +- app/components/pub/ui/button/index.ts | 35 +- components.json | 20 + package.json | 3 +- pnpm-lock.yaml | 14351 ++++++++++++---------- tsconfig.json | 21 +- 8 files changed, 7939 insertions(+), 6537 deletions(-) create mode 100644 app/assets/css/tailwind.css create mode 100644 components.json diff --git a/app/assets/css/tailwind.css b/app/assets/css/tailwind.css new file mode 100644 index 00000000..d4b50785 --- /dev/null +++ b/app/assets/css/tailwind.css @@ -0,0 +1 @@ +@import 'tailwindcss'; diff --git a/app/components/layout/Auth.vue b/app/components/layout/Auth.vue index 7ead292a..6194d479 100644 --- a/app/components/layout/Auth.vue +++ b/app/components/layout/Auth.vue @@ -6,7 +6,7 @@ defineProps<{