Current Path : /var/test/www/opcart/vendor/leafo/scssphp/tests/inputs/ |
Current File : /var/test/www/opcart/vendor/leafo/scssphp/tests/inputs/placeholder_selector.scss |
#context a%extreme span { color: blue; font-weight: bold; font-size: 2em; } .notice, .error { @extend %extreme; } .hidden %placeholder { margin: 0; } p { @extend #context; padding: 2em; } div { @extend .hidden; }