diff options
Diffstat (limited to 'app/assets/stylesheets/application.tailwind.css')
-rw-r--r-- | app/assets/stylesheets/application.tailwind.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app/assets/stylesheets/application.tailwind.css b/app/assets/stylesheets/application.tailwind.css new file mode 100644 index 0000000..8666d2f --- /dev/null +++ b/app/assets/stylesheets/application.tailwind.css @@ -0,0 +1,13 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; + +/* + +@layer components { + .btn-primary { + @apply py-2 px-4 bg-blue-200; + } +} + +*/ |