adding design token

This commit is contained in:
Dede Fuji Abdul 2023-10-23 15:55:36 +07:00
parent c98b35f8b3
commit 92bd068430
3 changed files with 9 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# apkt
# Executive Information System
This template should help get you started developing with Vue 3 in Vite.

View File

@ -3114,4 +3114,4 @@ select {
font-size: 0.875rem;
line-height: 1.25rem;
}
}
}

View File

@ -1,3 +1,9 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@tailwind utilities;
@layer components {
.btn {
@apply bg-blue-500 text-white font-bold py-2 px-4 rounded;
}
}