8 lines
77 B
CSS
8 lines
77 B
CSS
.markup {
|
|
@apply leading-relaxed;
|
|
|
|
p:first-child {
|
|
@apply mt-0
|
|
}
|
|
}
|