mirror of
https://github.com/vercel/commerce.git
synced 2025-06-28 09:21:22 +00:00
16 lines
267 B
CSS
16 lines
267 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
html {
|
|
color-scheme: dark;
|
|
}
|
|
}
|
|
|
|
@supports (font: -apple-system-body) and (-webkit-appearance: none) {
|
|
img[loading='lazy'] {
|
|
clip-path: inset(0.6px);
|
|
}
|
|
}
|