aboutsummaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/sasslangbroken/scss/375-test_nested_function_def.scss
blob: b9a478d2ee3ffe58cc8450536c72d67753477ccf (plain)
1
2
3
4
5
foo {
  @function foo() {@return 1}
  a: foo(); }

bar {b: foo()}