在我观念中就是不断继承原子类来书写 CSS。
https://www.npmjs.com/package/common-scss-mixin
.someClass { @include pos-top(fixed); @include flex-row(); @include padding-row(); @include child-gap-right(); @include border-bottom(); }.otherClass .xx { @extend .someClass;}


