2026-04-09 21:40:25 +06:00

8 lines
91 B
CSS

@import "tailwindcss";
@source "./";
.test {
a {
@apply text-blue-500;
}
}