Skip to content

Instantly share code, notes, and snippets.

@redroot
Created May 4, 2014 23:32
Show Gist options
  • Select an option

  • Save redroot/baafafed43dc6269904f to your computer and use it in GitHub Desktop.

Select an option

Save redroot/baafafed43dc6269904f to your computer and use it in GitHub Desktop.
SASS & directive example
.box {
padding: 10px;
...
&.is-active {
}
&.is-inactive {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment