DEBSOURCES
Skip Quicknav
sources / python-pyscss / 1.3.4-4~bpo8%2B1 / scss / tests / files / regressions / issue-21.scss
12345678910
@option style:legacy, short_colors:no; h2 { background: green; @media screen{ background:blue; } } h1 { background:yellow; }