Skip to content

Instantly share code, notes, and snippets.

@takashi
Last active December 29, 2015 17:19
Show Gist options
  • Save takashi/7703168 to your computer and use it in GitHub Desktop.
Save takashi/7703168 to your computer and use it in GitHub Desktop.
// INPUT
%reset-padding
padding: 0
%reset-margin
margin: 0
%container
@extend %reset-padding
@extend %reset-margin
width: 100%
body > header.header
@extend %container
// OUTPUT
body > header.header {
padding: 0; }
body > header.header {
margin: 0; }
body > header.header {
width: 100%; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment