Google News
logo
Sass - Interview Questions
How to write placeholder selector in SASS?
SASS supports placeholder selector using class or id selector. In normal CSS, these are specified with "#" or ".", but in SASS they are replaced with "%".
Advertisement