Remove unnecessary resources, add bulma, and add AdvMakefile
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
@import "partials/one";
|
||||
|
||||
.one {
|
||||
color: red;
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
@import "partials/three";
|
||||
|
||||
.one {
|
||||
color: darkred;
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
.three {
|
||||
color: darkgreen;
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
@import "partials/three";
|
||||
|
||||
.two {
|
||||
color: darkblue;
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
.three {
|
||||
color: green;
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
.two {
|
||||
color: blue;
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
.three {
|
||||
color: darkgreen;
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
@import "partials/three";
|
||||
|
||||
.three {
|
||||
color: green;
|
||||
}
|
||||
Reference in New Issue
Block a user