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 ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.