优化原子类样式

This commit is contained in:
yuantao
2025-10-31 14:51:29 +08:00
parent df5f525bda
commit e17c3f82c3

View File

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