Placeholder Selectors in SASS
In SASS a placeholder looks and acts a lot like a class selector, only it starts with a % and it is not included in the CSS output.
Our %placeholder selector contains some width and height declarations:
%placeholder {
width: 100%;
height: 100...
rembertdesigns.hashnode.dev1 min read