Skip to content

Instantly share code, notes, and snippets.

@jpdevries
Created February 9, 2016 18:05
Show Gist options
  • Save jpdevries/d032facd2076feabd91f to your computer and use it in GitHub Desktop.
Save jpdevries/d032facd2076feabd91f to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
%greedy {
width:100%;
}
div {
// 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