Add themes to stylesheet

This commit is contained in:
Robbie Antenesse 2019-05-31 11:57:52 -06:00 committed by Robbie Antenesse
parent 737dd169a1
commit acdde8da81
1 changed files with 5 additions and 0 deletions

View File

@ -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;