mirror of
https://github.com/Screenly/Anthias.git
synced 2026-02-01 01:43:42 -05:00
10 lines
133 B
SCSS
10 lines
133 B
SCSS
@import "variables";
|
|
|
|
$theme-colors: (
|
|
"primary": #FFE11A,
|
|
"dark": #270035,
|
|
);
|
|
|
|
@import "root";
|
|
@import "bootstrap";
|