🌈 搜索
📅  最后修改于: 2022-03-11 14:47:49.377000             🧑  作者: Mango
@mixin stuff { color: red; } .foo { @include stuff; } .bar { @include stuff; }