$columns: 12; $mobile: “(max-width: 480px)” @media #{$mobile} { @for $i from 1 through $columns { box-#{$i} { width : 100%; } } }