优化原子类样式

This commit is contained in:
yuantao
2025-10-31 14:51:27 +08:00
parent d5a9bb95c3
commit 49c6854e8e

View File

@@ -1,5 +1,5 @@
// 定义内外边距历遍1-40 // 定义内外边距历遍1-100
@for $i from 0 through 40 { @for $i from 0 through 100 {
// 只要双数和能被5除尽的数 // 只要双数和能被5除尽的数
@if $i % 2==0 or $i % 5==0 { @if $i % 2==0 or $i % 5==0 {
// 得出u-margin-30或者u-m-30 // 得出u-margin-30或者u-m-30