/* 宽高计算
------------------------------- */
@for $i from 0 through 100 {
.w#{$i} {
width: #{$i * 1%} !important;
}
}
SCSS里如何自定义动态%
最新推荐文章于 2024-09-02 10:33:10 发布
/* 宽高计算
------------------------------- */
@for $i from 0 through 100 {
.w#{$i} {
width: #{$i * 1%} !important;
}
}