InterviewSolution
Saved Bookmarks
| 1. |
Explain How To Create Less File And Where To Store It And Compile It? |
|
Answer» CREATING or storing LESS file is SIMILAR to creating/storing CSS file. A NEW LESS file can be created with a .less extension, or you can rename existing .css file to .less file. You can write LESS code with existing CSS code. The best way of creating it inside ~/content/ or ~/Styles/ folder. Creating or storing LESS file is similar to creating/storing CSS file. A new LESS file can be created with a .less extension, or you can rename existing .css file to .less file. You can write LESS code with existing CSS code. The best way of creating it inside ~/content/ or ~/Styles/ folder. |
|