Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

for sass

@for $i from 10 through 30 {
    .mb-#{$i} {
        margin-bottom: #{$i}px;
    }
    .mt-#{$i} {
        margin-top: #{$i}px;
    }
}
 
PREVIOUS NEXT
Tagged: #sass
ADD COMMENT
Topic
Name
6+6 =