9 lines
83 B
Text
9 lines
83 B
Text
@layer base {
|
|
h2 {
|
|
@apply font-bold
|
|
}
|
|
|
|
code {
|
|
@apply text-base
|
|
}
|
|
}
|