【发布时间】:2017-08-30 18:46:18
【问题描述】:
有没有办法只能在小的断点中设置 $expand 并从上面继承 $background 和 $background-hover?
&__close {
@include button($background: $success-color, $background-hover: auto);
@include breakpoint(small only) {
@include button($background: $success-color, $background-hover: auto, $expand: true);
}
}
【问题讨论】:
标签: css sass zurb-foundation zurb-foundation-6