Skip to content

Instantly share code, notes, and snippets.

@erikakers
Created August 26, 2013 22:17
Show Gist options
  • Save erikakers/6347334 to your computer and use it in GitHub Desktop.
Save erikakers/6347334 to your computer and use it in GitHub Desktop.
SASS: Selector Vaiables
//Element Variables - Use quotes and comma separted values
$heading-tags: 'h1, h2, h3, h4, h5, h6'
// Usage
#{$heading-tags}
color: #ff0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment