12 lines
152 B
SCSS
12 lines
152 B
SCSS
// todo
|
|
$themes: (
|
|
light: (
|
|
backgroundColor: #fff,
|
|
),
|
|
dark: (
|
|
backgroundColor: #fff,
|
|
),
|
|
contrast: (
|
|
backgroundColor: #fff,
|
|
),
|
|
); |