Skip to content

Instantly share code, notes, and snippets.

@pipozoft
Created January 12, 2016 17:15
Show Gist options
  • Save pipozoft/be8304400a013fa9b58d to your computer and use it in GitHub Desktop.
Save pipozoft/be8304400a013fa9b58d to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.3.2)
// ----
$pixels: 20;
@while $pixels > 0 {
.padding-bottom-#{$pixels}px{ padding-bottom: $pixels px !important; }
$pixels: $pixels - 5;
}
.padding-bottom-20px {
padding-bottom: 20 px !important;
}
.padding-bottom-15px {
padding-bottom: 15 px !important;
}
.padding-bottom-10px {
padding-bottom: 10 px !important;
}
.padding-bottom-5px {
padding-bottom: 5 px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment