15 lines
185 B
CSS
15 lines
185 B
CSS
|
|
/*! @import */
|
||
|
|
@tailwind base;
|
||
|
|
@tailwind components;
|
||
|
|
@tailwind utilities;
|
||
|
|
|
||
|
|
/* @layer base {
|
||
|
|
h1 {
|
||
|
|
@apply text-2xl font-bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
h2 {
|
||
|
|
@apply text-xl font-medium;
|
||
|
|
}
|
||
|
|
} */
|