问答详情
源自:1-3 @for循环(上)

大神看看这么写网格系统.col1 ~ .col12对不对

/* col-1 ~ col-12 */
@for $i from 1 through 12 {
  .col-#{$i}{width:1/12 * $i * 100%;}
}


提问者:GivenCui 2016-09-12 22:34

个回答

  • 北京小前端
    2016-11-10 20:01:43

    没问题

  • HendSame
    2016-09-14 11:18:16

    可以的