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