DEBSOURCES
Skip Quicknav
sources / node-node-sass / 4.14.1%2Bgit20200512.e1fc158%2Bdfsg-4 / sass-spec / spec / errors / for-incompatible-units-fn / input.scss
12345
@function test() { @for $i from 100% through 42px {} } foo { bar: test(); }