image-converter-client/app/tailwind.css

13 lines
212 B
CSS
Raw Normal View History

2024-10-30 22:11:22 +00:00
@tailwind base;
@tailwind components;
@tailwind utilities;
2024-11-03 11:58:50 +00:00
/*html,*/
/*body {*/
/* @apply bg-white dark:bg-gray-950;*/
/**/
/* @media (prefers-color-scheme: dark) {*/
/* color-scheme: dark;*/
/* }*/
/*}*/