Skip to content

Instantly share code, notes, and snippets.

@mbektimirov
Created April 4, 2014 08:05
Show Gist options
  • Save mbektimirov/9970184 to your computer and use it in GitHub Desktop.
Save mbektimirov/9970184 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.4)
// Compass (v1.0.0.alpha.18)
// ----
$module: 'TestModule';
.#{$module} {
color: red;
&__head {
margin: 5px;
.#{$module}.__title {
padding: 10px;
}
}
}
.TestModule {
color: red;
}
.TestModule__head {
margin: 5px;
}
.TestModule__head .TestModule.__title {
padding: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment