Initial commit
[yaffs-website] / node_modules / node-sass / test / fixtures / depth-first / index.scss
1 $import_counter: 0;
2 @import "a";
3 @import "common";
4 @import "b";
5
6 #the-last {
7     content: "LAST";
8 }