Convert LESS nested CSS to standard CSS

后端 未结 6 1589
感动是毒
感动是毒 2021-01-29 10:53

I need help trying to convert this LESS nested CSS to standard CSS. Can anybody help?

.leftNav {
    a.TopLevel {
        float:none;
    }

    ul#topnav {
             


        
6条回答
  •  南方客
    南方客 (楼主)
    2021-01-29 11:30

    using firebug, in the CSS tab, you can see what is the generated result in css using LESS.

提交回复
热议问题