DEBSOURCES
Skip Quicknav
sources / node-node-sass / 9.0.0%2Bgit20240131.6081731%2Bdfsg-3 / test / fixtures / depth-first / index.scss
12345678
$import_counter: 0; @import "a"; @import "common"; @import "b"; #the-last { content: "LAST"; }