diff options
| author | realtradam <[email protected]> | 2024-04-27 21:18:00 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2024-04-27 21:18:00 -0400 |
| commit | 3108882fd50308ed1e3d0a587ce2709aa12a6d9e (patch) | |
| tree | 70cbe4582fa9a45b264416bd7b178b71a228f00a /app/assets/stylesheets/application.tailwind.css | |
| parent | 425939bc7d49436dea66dcb88fce2e22ad6e64e4 (diff) | |
| download | gameHolster-3108882fd50308ed1e3d0a587ce2709aa12a6d9e.tar.gz gameHolster-3108882fd50308ed1e3d0a587ce2709aa12a6d9e.zip | |
tailwind and auth tweaks
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; + } +} + +*/ |
