rsnext/examples/with-redis/styles/globals.css
2021-03-17 21:11:57 +00:00

12 lines
166 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
body {
@apply bg-gray-50;
}
input {
/** Remove shadow on Safari iOS */
-webkit-appearance: none;
}