Add themes to stylesheet
This commit is contained in:
parent
038e47613e
commit
8a1589aaac
|
@ -12,6 +12,11 @@
|
|||
@import 'scss/themes/default';
|
||||
@import 'scss/themes/dark';
|
||||
@import 'scss/themes/light';
|
||||
@import 'scss/themes/blue';
|
||||
@import 'scss/themes/green';
|
||||
@import 'scss/themes/royal';
|
||||
@import 'scss/themes/mint';
|
||||
@import 'scss/themes/grape';
|
||||
|
||||
html, body {
|
||||
font-family: $font;
|
||||
|
|
Loading…
Reference in New Issue