Answers for "safari supports hack"

CSS
5

Safari only CSS hack

@media not all and (min-resolution:.001dpcm) { 
     @supports (-webkit-appearance:none) {
          ...
     }
}
Posted by: Guest on May-12-2020

Browse Popular Code Answers by Language