Skip to content

Instantly share code, notes, and snippets.

@tacamy
Created May 22, 2015 09:47
Show Gist options
  • Save tacamy/828c0a452e8652b16da6 to your computer and use it in GitHub Desktop.
Save tacamy/828c0a452e8652b16da6 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.13)
// Compass (v1.0.3)
// ----
.block
width: 10px
&__element
width: 100px
height: 100px
.block {
width: 10px;
}
.block__element {
width: 100px;
height: 100px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment