This commit is contained in:
hatuhn
2019-09-13 09:45:04 +07:00
parent f14a34ba19
commit 558fb07261
16790 changed files with 0 additions and 1642370 deletions

View File

@@ -1,6 +0,0 @@
@import "vars";
@import "struct";
.myvars {
content: quote($import_counter);
}

View File

@@ -1,3 +0,0 @@
.common-struct {
content: "common-struct";
}

View File

@@ -1,5 +0,0 @@
$import_counter: $import_counter + 1;
.common-vars {
content: "common-vars";
}

View File

@@ -1,7 +0,0 @@
@import "_common";
@import "a1";
.a2 {
content: "a2";
}

View File

@@ -1,3 +0,0 @@
.a1 {
content: "a1";
}

View File

@@ -1,5 +0,0 @@
@import "b1";
.b2 {
content: "b2";
}

View File

@@ -1,3 +0,0 @@
.b1 {
content: "b1";
}

View File

@@ -1,32 +0,0 @@
.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"; }

View File

@@ -1,8 +0,0 @@
$import_counter: 0;
@import "a";
@import "common";
@import "b";
#the-last {
content: "LAST";
}