mirror of
https://github.com/ziex-dev/ziex.git
synced 2026-07-21 02:59:36 -06:00
8 lines
91 B
CSS
8 lines
91 B
CSS
@import "tailwindcss";
|
|
@source "./";
|
|
|
|
.test {
|
|
a {
|
|
@apply text-blue-500;
|
|
}
|
|
} |