@import "partial";

$some-var: #f00;

/*! i'm an important comment */

body {
    /* and i'm a classic comment */

    background-color: $some-var;
    color: #fff;
}
