Skip to content

Instantly share code, notes, and snippets.

@StanAngeloff
Created January 17, 2012 13:21
Show Gist options
  • Save StanAngeloff/1626600 to your computer and use it in GitHub Desktop.
Save StanAngeloff/1626600 to your computer and use it in GitHub Desktop.
#page :matches(h1, h2, h3, h4, h5, h6) a { color: red; }
// compiles down to
#page h1 a,
#page h2 a,
#page h3 a,
#page h4 a,
#page h5 a,
#page h6 a { color: red; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment