Skip to content

Instantly share code, notes, and snippets.

@bensmithett
Created July 13, 2015 06:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bensmithett/4415f63aac1fb147f56a to your computer and use it in GitHub Desktop.
Save bensmithett/4415f63aac1fb147f56a to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
.my-module
color: red
&.-bar
color: blue
.my-module {
color: red;
}
.my-module.-bar {
color: blue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment