static asset generation restructured and reconfigured.
This commit is contained in:
12
Props/assets/styles/_variables.scss
Normal file
12
Props/assets/styles/_variables.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
$themes: (
|
||||
"light": (
|
||||
"background": #f4f4f4,
|
||||
"navbar": #FFF8F8,
|
||||
"main": #BDF2D5,
|
||||
"footer": #F2F2F2,
|
||||
"sub": #F4FCFC,
|
||||
"bold": #647b9b,
|
||||
"text": #1A1A1A,
|
||||
"muted": #797a7e,
|
||||
),
|
||||
);
|
||||
Reference in New Issue
Block a user