Domanda

I'm looking into using the Less framework to build a new website, but I'm curious about one point. Is it related to the LESS stylesheet language ? Does Less even uses LESS to build its CSS ?

È stato utile?

Soluzione

As far as I can tell, the Less framework and the LESS language are completely unrelated. Contrary to what you say, the framework doesn't even appear to utilize any language features of LESS — its stylesheet seems to be written purely in standard CSS. You can see it in the source preview in the Getting Started section.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top