Skip to content

Instantly share code, notes, and snippets.

@stoplion
Created October 29, 2013 16:41
Show Gist options
  • Select an option

  • Save stoplion/7218206 to your computer and use it in GitHub Desktop.

Select an option

Save stoplion/7218206 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.1)
// Compass (v0.13.alpha.10)
// ----
=module($name)
.#{$name}
@at-root
@content
.note
background: #222
width: 300px
margin-bottom: 40px
color: white
+module('note')
#{&}__content
background: white
#{&}__header
background: red
.note {
background: #222222;
width: 300px;
margin-bottom: 40px;
color: white;
}
.note__content {
background: white;
}
.note__header {
background: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment