summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/sasslangbroken/css/375-test_nested_function_def.css
blob: ddda4dd1d06bacd2091798cccf814ab511116b09 (plain)
1
2
3
4
5
6
7
foo {
  a: 1;
}

bar {
  b: foo();
}