stylesheets/utilities/_helper-classes.scss in rapido-css-0.2.1 vs stylesheets/utilities/_helper-classes.scss in rapido-css-0.2.2
- old
+ new
@@ -97,16 +97,15 @@
Styleguide 25.3
*/
-$i: 100;
-@while $i > 0 {
+
+@for $i from 1 through 100 {
%width-#{$i} { width: $i * 1% !important; }
@if $width-helper-classes {
[data-width="#{$i}"] { @extend %width-#{$i}; }
}
- $i: $i - 1;
}
/*
Typography