DEBSOURCES
Skip Quicknav
sources / python-pyscss / 1.3.4-4~bpo8%2B1 / scss / tests / files / kronuz / order-test.scss
123456789101112131415
@option style:legacy; $col: red; .A-#{$col} { color: $col; } @if true { $col: blue; } .B-#{$col} { color: $col; }