css SCSS FOR LOOP

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css SCSS FOR LOOP相关的知识,希望对你有一定的参考价值。

  $elements: 15;
  @for $i from 0 to $elements {
    .cart__list-item:nth-child(#{$i}) {
      animation-delay: $i * 0.25s;
    } 
  }

以上是关于css SCSS FOR LOOP的主要内容,如果未能解决你的问题,请参考以下文章

SCSS/SASS 指南

scss mixin for css断点

scss 对比检查,loop.scss

scss loop.scss

scss Sass / Scss Loop

scss SASS:图标列表Retina Sprite Loop