I need help trying to convert this LESS nested CSS to standard CSS. Can anybody help?
.leftNav {
a.TopLevel {
float:none;
}
ul#topnav {
This is the easiest way to use Less:
In index.php link to those file:
Notice that to link to less you should end the rel=""
with /less
:
rel="stylesheet/less".
download http://winless.org/