mirror of
https://github.com/vercel/commerce.git
synced 2025-05-15 22:16:58 +00:00
10 lines
189 B
CSS
10 lines
189 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);
|
|
}
|
|
}
|