Your IP : 216.73.216.95


Current Path : /var/test/www/storage/vendor/leafo/scssphp/tests/inputs/imports/
Upload File :
Current File : /var/test/www/storage/vendor/leafo/scssphp/tests/inputs/imports/_partial.scss

#partial {
    color: blue;
}

$variable: #7C2;

@mixin partial-mixin() {
    background: gray;
}