From acdde8da81e7857f52f3ac3f4cf48ad82fc69548 Mon Sep 17 00:00:00 2001 From: Robbie Antenesse Date: Fri, 31 May 2019 11:57:52 -0600 Subject: [PATCH] Add themes to stylesheet --- src/main.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main.scss b/src/main.scss index f26ed65..c320c68 100644 --- a/src/main.scss +++ b/src/main.scss @@ -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;