
#partial {
    color: blue;
}

$variable: #7C2;

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