$
This commit is contained in:
32
node_modules/node-sass/test/fixtures/depth-first/expected.css
generated
vendored
Normal file
32
node_modules/node-sass/test/fixtures/depth-first/expected.css
generated
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
.common-vars {
|
||||
content: "common-vars"; }
|
||||
|
||||
.common-struct {
|
||||
content: "common-struct"; }
|
||||
|
||||
.myvars {
|
||||
content: "1"; }
|
||||
|
||||
.a1 {
|
||||
content: "a1"; }
|
||||
|
||||
.a2 {
|
||||
content: "a2"; }
|
||||
|
||||
.common-vars {
|
||||
content: "common-vars"; }
|
||||
|
||||
.common-struct {
|
||||
content: "common-struct"; }
|
||||
|
||||
.myvars {
|
||||
content: "2"; }
|
||||
|
||||
.b1 {
|
||||
content: "b1"; }
|
||||
|
||||
.b2 {
|
||||
content: "b2"; }
|
||||
|
||||
#the-last {
|
||||
content: "LAST"; }
|
Reference in New Issue
Block a user