Select Git revision
tailwind.presets.scss
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
tailwind.presets.scss 292 B
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
display: inline;
vertical-align: middle;
}
* {
@apply border-border;
}
body {
@apply bg-background text-foreground;
}
}