Skip to content

Instantly share code, notes, and snippets.

@jxnblk
Created May 20, 2016 21:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jxnblk/87ee0498aa693dbb4013507ba22f0a87 to your computer and use it in GitHub Desktop.
Save jxnblk/87ee0498aa693dbb4013507ba22f0a87 to your computer and use it in GitHub Desktop.
@media (--breakpoint-sm) {
.sm-h00 { font-size: var(--h00) }
.sm-h0 { font-size: var(--h0) }
.sm-h1 { font-size: var(--h1) }
.sm-h2 { font-size: var(--h2) }
.sm-h3 { font-size: var(--h3) }
.sm-h4 { font-size: var(--h4) }
.sm-h5 { font-size: var(--h5) }
.sm-h6 { font-size: var(--h6) }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment