2
0
mirror of https://github.com/tenrok/vue-tribute.git synced 2026-06-08 17:02:27 +03:00
Files
vue-tribute/demo/app.css
T
Collin Henderson 03dc35436b Initial v2 commit
2022-01-24 09:40:45 -05:00

8 lines
96 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
body {
@apply dark:bg-gray-900;
}