DEBSOURCES
Skip Quicknav
sources / python-pyscss / 1.3.4-4~bpo8%2B1 / scss / tests / files / general / scoping-nested-2.css
12345678
h1 { color: black; color: white; } h1 h2 { color: gray; color: white; }