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