InterviewSolution
Saved Bookmarks
| 1. |
Explain What Is The Meaning Of Nesting In Less Programming? |
|
Answer» Nesting in LESS is clustering of statements INSIDE other statements, so it forms a GROUP of related CODE. In other words when we add a code snippet and add ANOTHER code inside it, then that code snippet is called nesting. Nesting in LESS is clustering of statements inside other statements, so it forms a group of related code. In other words when we add a code snippet and add another code inside it, then that code snippet is called nesting. |
|