[] base template
This commit is contained in:
13
assets/styles/app.css
Normal file
13
assets/styles/app.css
Normal file
@@ -0,0 +1,13 @@
|
||||
@tailwind theme;
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
@layer base {
|
||||
h1 {
|
||||
font-size: var(--text-2xl);
|
||||
}
|
||||
h2 {
|
||||
font-size: var(--text-xl);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user