JSFiddle - React, Tailwind, and code Playground
by phloe
CSS
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
@supports not (text-size-adjust: none) {
body {
background-color: red;
}
}
}
by phloe
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
@supports not (text-size-adjust: none) {
body {
background-color: red;
}
}
}