sticky-footer混合器html
index.htmlcode
<div id="content"> 这是内容 </div> <div id="footer"> 这是页脚 </div>
@include sticky-footer(40px, "#content", "#footer" "#sticky-footer")
htm
stretch混合器 有4个参数:$coffset-top $offset-right $offset-bottom $offset-left@include strech(5px, 5px, 5px, 5px)
get
strech-x 混合器 有2个参数:$offset-left $offset-righttop
strech-y 混合器 有2个参数:$offset-top $offset-bottomdi