14 lines
194 B
CSS
14 lines
194 B
CSS
@tailwind theme;
|
|
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@layer base {
|
|
h1 {
|
|
font-size: var(--text-2xl);
|
|
}
|
|
h2 {
|
|
font-size: var(--text-xl);
|
|
}
|
|
}
|