summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/sasslang/scss/227-update_stylesheet.scss
blob: f64d80bd190e7bfbe47fd649fdbe165fa6c7e286 (plain)
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; }