feat(13): style guide into config

This commit is contained in:
efim
2023-06-29 12:13:18 +00:00
parent d181064165
commit 2dff41f428
2 changed files with 21 additions and 2 deletions

View File

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