6 lines
142 B
CSS
6 lines
142 B
CSS
@import "tailwindcss";
|
|
|
|
h1 { @apply font-bold text-2xl; }
|
|
h2 { @apply font-bold text-xl; }
|
|
ul { @apply list-inside; }
|
|
li { @apply list-disc; } |