InterviewSolution
Saved Bookmarks
| 1. |
How To Write Placeholder Selector In Sass? |
|
Answer» SASS SUPPORTS PLACEHOLDER selector USING CLASS or id selector. In normal CSS, these are specified with "#" or ".", but in SASS they are REPLACED with "%". SASS supports placeholder selector using class or id selector. In normal CSS, these are specified with "#" or ".", but in SASS they are replaced with "%". |
|