Skip to content

Instantly share code, notes, and snippets.

@ethangardner
Last active August 29, 2015 13:56
Show Gist options
  • Save ethangardner/8979351 to your computer and use it in GitHub Desktop.
Save ethangardner/8979351 to your computer and use it in GitHub Desktop.
Sass Namespace
$namespace: '#your-id';
#{$namespace} {
@include 'another-file';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment