Skip to content

Instantly share code, notes, and snippets.

@Undistraction
Created August 13, 2015 12:03
Show Gist options
  • Save Undistraction/81aa76db5fd4df0dc0b3 to your computer and use it in GitHub Desktop.
Save Undistraction/81aa76db5fd4df0dc0b3 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<svg>
<rect x="130" y="10" height="14" width="14"
rx="3" ry="3"
style="stroke:#000; fill: none"/>
</svg>
// ----
// Sass (v3.4.14)
// Compass (v1.0.3)
// ----
.Beta {
.Charlie {
@at-root .Alpha#{&} {
color: red;
}
}
}
.Alpha.Beta .Charlie {
color: red;
}
<svg>
<rect x="130" y="10" height="14" width="14"
rx="3" ry="3"
style="stroke:#000; fill: none"/>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment