DEBSOURCES
Skip Quicknav
sources / python-pyscss / 1.3.4-4~bpo8%2B1 / scss / tests / files / original-doctests / 041-another-extend.scss
1234567891011
@option style:legacy; .mod { margin: 10px; } .mod h1 { font-size: 40px; } .cleanBox h1 extends .mod { font-size: 60px; }