Skip to content

Instantly share code, notes, and snippets.

@teodragovic
Last active August 29, 2015 14:25
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 teodragovic/73a654ca76e5a5d99d56 to your computer and use it in GitHub Desktop.
Save teodragovic/73a654ca76e5a5d99d56 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
@for $i from 1 through 20 {
$step: $i*5;
.u-width-#{$step} {
width: #{$step}% !important;
}
}
.u-width-5 {
width: 5% !important;
}
.u-width-10 {
width: 10% !important;
}
.u-width-15 {
width: 15% !important;
}
.u-width-20 {
width: 20% !important;
}
.u-width-25 {
width: 25% !important;
}
.u-width-30 {
width: 30% !important;
}
.u-width-35 {
width: 35% !important;
}
.u-width-40 {
width: 40% !important;
}
.u-width-45 {
width: 45% !important;
}
.u-width-50 {
width: 50% !important;
}
.u-width-55 {
width: 55% !important;
}
.u-width-60 {
width: 60% !important;
}
.u-width-65 {
width: 65% !important;
}
.u-width-70 {
width: 70% !important;
}
.u-width-75 {
width: 75% !important;
}
.u-width-80 {
width: 80% !important;
}
.u-width-85 {
width: 85% !important;
}
.u-width-90 {
width: 90% !important;
}
.u-width-95 {
width: 95% !important;
}
.u-width-100 {
width: 100% !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment