Issues with sourcing colour configs, now files are concatenated into final config
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
@import "colors.css";
|
||||
@define-color color_primary #55ffbb;
|
||||
@define-color color_secondary #62ff57;
|
||||
@define-color color_tertiary #ff579a;
|
||||
@define-color color_bg #1b110e;
|
||||
@define-color color_bg_secondary #000000;
|
||||
@define-color color_alt_bg #024942;
|
||||
@define-color color_gray #222222;
|
||||
@define-color color_text_light #F0F0F0;
|
||||
@define-color color_text_dark #1b110e;
|
||||
@define-color color_white #FFFFFF;
|
||||
|
||||
* {
|
||||
font-family: "URWGothic-Book", monospace;
|
||||
|
||||
Reference in New Issue
Block a user