commerce/app/globals.css
2023-04-17 21:00:14 -05:00

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);
}
}