DEBSOURCES
Skip Quicknav
sources / sass-spec / 3.5.4-1 / spec / scss-tests / 176_test_newline_selector_rendered_multiple_times / input.scss
12345678
@for $i from 1 through 2 { form { input, select { color: white; } } }