aboutsummaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/sasslangbroken/scss/318-test_basic_function.scss
blob: 9c0d7d6125edac41e52a667052c2c0608c34169f (plain)
1
2
3
4
5
6
7
@function foo() {
  @return 1 + 2;
}

bar {
  a: foo();
}