InterviewSolution
Saved Bookmarks
| 1. |
How To Refer Parent Selector In The Sass? |
|
Answer» You can SELECT the PARENT SELECTOR by using the & character. It tells where the parent selector should be INSERTED. You can select the parent selector by using the & character. It tells where the parent selector should be inserted. |
|