summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/sasslang/scss/319-test_basic_mixins.scss
blob: 7542565d2bc6f48321bd2be712694a04d4b6554d (plain)
1
2
3
4
@mixin foo {
  .foo {a: b}}

@include foo;