Skip to content

Instantly share code, notes, and snippets.

@jpdevries
Created February 9, 2016 18:07
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 jpdevries/e50c05fa188cbfeb3ac6 to your computer and use it in GitHub Desktop.
Save jpdevries/e50c05fa188cbfeb3ac6 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
%greedy {
width:100%;
}
div {
// we can do this
@extend %greedy;
// but i wish we could do this
//@extend %greedy !important;
}
div {
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment