Your IP : 216.73.216.95


Current Path : /var/www/storage/vendor/leafo/scssphp/tests/inputs/
Upload File :
Current File : /var/www/storage/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; }