Remove unnecessary resources, add bulma, and add AdvMakefile
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
body {
|
||||
background: orange; }
|
||||
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
body {
|
||||
background: red; }
|
||||
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
@import 'colors';
|
||||
|
||||
body {
|
||||
background: $color;
|
||||
}
|
||||
|
||||
+1
@@ -0,0 +1 @@
|
||||
$color: orange;
|
||||
+1
@@ -0,0 +1 @@
|
||||
$color: red;
|
||||
Reference in New Issue
Block a user