mirror of
https://github.com/uni-stack/uniwind.git
synced 2026-09-14 20:07:03 +08:00
19 lines
302 B
CSS
19 lines
302 B
CSS
@import 'tailwindcss';
|
|
@import 'uniwind';
|
|
|
|
@layer theme {
|
|
:root {
|
|
@variant dark {
|
|
--color-background: black;
|
|
}
|
|
|
|
@variant light {
|
|
--color-background: white;
|
|
}
|
|
|
|
@variant premium {
|
|
--color-background: gold;
|
|
}
|
|
}
|
|
}
|