1 2 3 4 5 6 7 8 9 10 11
$preconst: hello; @mixin premixin {pre-mixin: here} @import "importee.sass", "scss_importee", "basic.sass", "basic.css", "../results/complex.css"; @import "partial.sass"; nonimported { myconst: $preconst; otherconst: $postconst; @include postmixin; }