DEBSOURCES
Skip Quicknav
sources / python-pyscss / 1.3.4-4~bpo8%2B1 / scss / tests / files / from-sassc / tests-for.scss
123456789
$limit: 10; @for $x from 1 through $limit { $limit: 4; div { $limit: 3; content: $limit thing $x; } }