$preconst: hello

=premixin
  pre-mixin: here

@import importee.sass, scss_importee
@import "basic.sass"
@import basic.css
@import ../results/complex.css
@import partial.sass

nonimported
  :myconst $preconst
  :otherconst $postconst
  +postmixin
