blob: b9c5c7992aa30ea3197dea0c7ae6bc105426ada0 [file] [log] [blame]
$preconst: hello;
@mixin premixin {pre-mixin: here}
@import "importee.sass", "scss_importee", "basic.sass", "basic.css", "../results/complex.css";
@import "part\
ial.sass";
nonimported {
myconst: $preconst;
otherconst: $postconst;
@include postmixin; }