Skip to content

Instantly share code, notes, and snippets.

@rpsthecoder
Created November 6, 2018 12:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rpsthecoder/edb7b152eeac71a33d1b4f7df478e912 to your computer and use it in GitHub Desktop.
Save rpsthecoder/edb7b152eeac71a33d1b4f7df478e912 to your computer and use it in GitHub Desktop.
@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