DEBSOURCES
Skip Quicknav
sources / node-node-sass / 9.0.0%2Bgit20240131.6081731%2Bdfsg-3 / sass-spec / spec / output_styles / compressed / scss / for / input.scss
12345678
$limit: 10; @for $x from 1 through $limit { $limit: 4; div { content: $limit thing $x; } }