summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/automatic/scss/var-substring-match.scss
blob: 5acfb799a168cd277f06dfa80ef6b047a1882874 (plain)
1
2
3
4
5
6
7
8
@mixin mx($f: 10px) {
  .foo {
    font: {
      size: $f;
    }
  }
}
@include mx;