DEBSOURCES
Skip Quicknav
sources / node-node-sass / 4.14.1%2Bgit20200512.e1fc158%2Bdfsg-4 / sass-spec / spec / scss / for / input.scss
12345678
$limit: 10; @for $x from 1 through $limit { $limit: 4; div { content: $limit thing $x; } }