0
當我檢查我的結果時,我得到了重複的類。LESS CSS重複類
.container .pos-title {
margin-top: 10px;
margin-bottom: 0px;
}
.container .pos-title {
margin-top: 10px;
margin-bottom: 0px;
}
爲什麼我看到這個的時候,我只是用這個在我style.less:
.container{
.panel-body{
padding: 5px;
}
.pos-title{
margin-top: 10px;
margin-bottom: 0px;
}
}
什麼是您的html代碼? – Sho