mirror of
https://github.com/tenrok/vue-tribute.git
synced 2026-05-17 08:09:39 +03:00
8 lines
96 B
CSS
8 lines
96 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
body {
|
|
@apply dark:bg-gray-900;
|
|
}
|