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