标签: sass compass-sass
我想知道如何使用Compass创建一个Mixin来获取元素的当前高度字体。
类似的东西:
@mixin fontHeight(){ height: padding top and bottom + font height; } li{ @include fontHeight(); }
安东尼