aboutsummaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/sasslangbroken/scss/420-test_warn_directive.scss
blob: 53546355cc7758445538ee89806f8161c5009582 (plain)
1
2
3
@mixin foo { @warn "this is a mixin";}
@warn "this is a warning";
bar {c: d; @include foo;}