Less CSS Interview Questions and Answers
Most Frequently Asked Less CSS Interview Questions
Q1. What is Less and why it is used?
Answer
It is a dynamic preprocessor style sheet language that can be compiled into CSS and run on the client-side or server-side. LESS Stands for Leaner Style Sheets. Less is Made by Alexis Sellier.
Q2. What is the extension of Less file?
Answer
.less is the extension of Less file.
Q3. Write some features of LESS?
Answer
Q4. What is the difference between CSS and less?
Answer
Q5. What is the difference between SASS and LESS?
Answer
Q6. What is less mixin?
Answer
Q7. What is the use of Namespaces in Less?
Answer
Q8. How to compile less files?
Answer
Q9. What is the use of e() function in Less?
Answer
Q10. Why did we use to extend in Less?
Answer