Skip to content

Instantly share code, notes, and snippets.

@mturjak
Created March 19, 2014 16:33
Show Gist options
  • Save mturjak/9645617 to your computer and use it in GitHub Desktop.
Save mturjak/9645617 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div class="c-panel-menu-c grid_2">test</div>
// ----
// Sass (v3.2.14)
// Compass (v0.12.3)
// ----
.c-panel-menu-c {
&[class*='grid_'] {
color: red;
}
}
.c-panel-menu-c[class*='grid_'] {
color: red;
}
<div class="c-panel-menu-c grid_2">test</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment