rsnext/examples/with-redis/styles/globals.css

13 lines
166 B
CSS
Raw Normal View History

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