5 lines
50 B
CSS
5 lines
50 B
CSS
.test {
|
|
@apply bg-red-500;
|
|
@apply text-2xl;
|
|
}
|
.test {
|
|
@apply bg-red-500;
|
|
@apply text-2xl;
|
|
}
|