CSS 之 less的函数

.abc2() {
    width: 200px ; 
    height: 200px;
}
box2 {
    .abc2() ;
}
//less 不会解析 abc2

 

posted @ 2022-08-22 10:33  kai·james  阅读(32)  评论(0)    收藏  举报