标签: css sass compass-sass mixins
我见过SASS混合示例:
@include width(2 of 12);
该字符串分隔符是如何实现的?在我的mixin中它看起来像这样:
@mixin width($span, $total) { ... }