Skip to content

Instantly share code, notes, and snippets.

@vitto
Created July 22, 2014 10:13
Show Gist options
  • Save vitto/667446cd75926162a2c7 to your computer and use it in GitHub Desktop.
Save vitto/667446cd75926162a2c7 to your computer and use it in GitHub Desktop.
Frontsize - Example for addPaddingRule mixin
@hdFullPadding : 6em 3em;
@hdReadyPadding : 5em 3em;
@tabletLandscapePadding : 4em 2em;
@tabletPortraitPadding : 3em 2em 1em 2em;
@smartphoneLandscapePadding : 2em 2em 1em 2em;
@smartphonePortraitPadding : 1em;
.addPaddingRule(
my-padding-rule,
@hdFullPadding,
@hdReadyPadding,
@tabletLandscapePadding,
@tabletPortraitPadding,
@smartphoneLandscapePadding,
@smartphonePortraitPadding
);
<div class="my-padding-rule"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment