InterviewSolution
Saved Bookmarks
| 1. |
What is the use of @extend function in Sass? |
|
Answer» By USING @extend function same STYLE can be copied to the other CLASSES ALSO and there is no need to rewrite the code again. |
|