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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
166 B
CSS
Raw Permalink Normal View History

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