$
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
body {
|
||||
background: red;
|
||||
color: #0000fe; }
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
@function colorBlue() {
|
||||
@return #0000fe;
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
@import 'vars';
|
||||
@import 'colorBlue';
|
||||
|
||||
body {
|
||||
background: $color;
|
||||
color: colorBlue();
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
$color: red;
|
||||
Reference in New Issue
Block a user