Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 Susy 偏移列,例如 Bootstrap 中的偏移列。
我试着用
@include span(4 at 4);
但这不起作用。我做错了什么?
我刚刚发现如何做到这一点。
有两个函数(或 mixins)称为“push”和“pull”
@include push(4); @include pull(4);
就是这样:)