how to show that safari is a terrible browser code example
Example 1: Safari only CSS hack
@media not all and (min-resolution:.001dpcm) {
@supports (-webkit-appearance:none) {
...
}
}
Example 2: css for safari only
@media not all and (min-resolution:.001dpcm)
@supports (-webkit-appearance:none)