@mixin border-radius{
-webkit-border-radius: 3px;
border-radius: 3px;
}
.box {
margin-bottom: 5px;
}
.btn,
.box {
@include border-radius;
}
-webkit-border-radius: 3px;
border-radius: 3px;
}
.box {
margin-bottom: 5px;
}
.btn,
.box {
@include border-radius;
}
2017-04-18
對(duì)于默認(rèn)變量不管是放在普通變量前面還是后面都會(huì)顯示的是默認(rèn)變量。
要是想覆蓋就重新在寫個(gè)變量
要是想覆蓋就重新在寫個(gè)變量
2017-04-18
1.在創(chuàng)建Sass文件時(shí)就需要將文件編碼設(shè)置為“UTF-8”
2.路徑中不能出現(xiàn)中文。
2.路徑中不能出現(xiàn)中文。
2017-04-17