aboutsummaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/sasslang/scss/346-test_guard_assign.scss
blob: b230ee8f0c9e5c063889d06a89b14d3f7ec80f6b (plain)
1
2
3
4
$var: 1;
$var: 2 !default;

foo {a: $var}