Initial commit
[yaffs-website] / node_modules / node-sass / test / fixtures / depth-first / b.scss
1 @import "b1";
2
3 .b2 {
4     content: "b2";
5 }