Skip to content

Instantly share code, notes, and snippets.

@astraloverflow
Created May 26, 2016 07:09
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 astraloverflow/9fba29b6c63bdd2a7b8ca37af84e01bc to your computer and use it in GitHub Desktop.
Save astraloverflow/9fba29b6c63bdd2a7b8ca37af84e01bc to your computer and use it in GitHub Desktop.
For Personal Reference
&__this {
padding: 1em;
background-color: #ddd;
}
.widget {
@import "widget";
@extend .widget__this;
}
.button {
@import "button";
@extend .button__this;
}
&__this {
border: black 1px solid;
}
&__controller {
background: blue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment