DEBSOURCES
Skip Quicknav
sources / node-node-sass / 9.0.0%2Bgit20240131.6081731%2Bdfsg-3 / sass-spec / spec / libsass-closed-issues / issue_578 / input.scss
12345678
$list: one foo three bar six seven; $pos: set-nth($list, 2, two); $neg: set-nth($pos, -3, four five); .test { -positive: $pos; -negative: $neg; }