@supports ((width: -moz-max-content) or (width: -webkit-max-content)) { | |
p { | |
width: -moz-max-content; | |
width: -webkit-max-content; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment