feat(18): colors and fonts to tailwind

This commit is contained in:
efim
2024-03-12 09:00:57 +00:00
parent fa11926642
commit 8601288230
8 changed files with 89 additions and 63 deletions

View File

@@ -1,3 +1,7 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
html {
font-size: 18px;
}