Google News
logo
Sass - Interview Questions
What is the procedure to create a LESS file and store it and compile it?
The procedure to create and store a LESS file is similar to creating/storing a CSS file. You can create a new LESS file with a .less extension or rename the existing .css file to a .less file. You can write LESS code with existing CSS code. You should follow the best practice of creating it inside ~/content/ or ~/Styles/ folder.
Advertisement