mirror of
https://github.com/vercel/commerce.git
synced 2025-05-16 06:26:58 +00:00
16 lines
372 B
CSS
16 lines
372 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@supports (font: -apple-system-body) and (-webkit-appearance: none) {
|
|
img[loading='lazy'] {
|
|
clip-path: inset(0.6px);
|
|
}
|
|
}
|
|
|
|
a,
|
|
input,
|
|
button {
|
|
@apply focus:outline-none focus:ring-2 focus:ring-gray-400 focus:ring-offset-2 focus:ring-offset-gray-50 dark:focus:ring-gray-600 dark:focus:ring-offset-dark;
|
|
}
|