setup tailwind and vite

This commit is contained in:
Ramspopoo
2022-11-27 22:17:22 +01:00
parent 00c33928f2
commit 2cd94aceac
12 changed files with 934 additions and 10 deletions

View File

@@ -0,0 +1,11 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
h1 {
@apply text-s-h1;
@screen md {
@apply text-h1;
}
}