9 lines
170 B
SCSS
9 lines
170 B
SCSS
|
@import "./theme.scss";
|
||
|
|
||
|
// Core styles here...
|
||
|
.App {
|
||
|
font-family: $primary-font;
|
||
|
color: $text-color-primary;
|
||
|
background-color: $background-color-primary;
|
||
|
}
|