From ede53aff0ca989881247afead959341818f705b4 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Fri, 18 Aug 2017 20:25:26 -0700 Subject: Feature/theme accent (#192) * Add lots of theming components * Optimize and add * Update accents --- app/src/main/assets/css/core/_main.scss | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 app/src/main/assets/css/core/_main.scss (limited to 'app/src/main/assets/css/core/_main.scss') diff --git a/app/src/main/assets/css/core/_main.scss b/app/src/main/assets/css/core/_main.scss new file mode 100644 index 00000000..3e972f93 --- /dev/null +++ b/app/src/main/assets/css/core/_main.scss @@ -0,0 +1,6 @@ +@import "core"; +@import "svg"; + +//this file is used as the base for all themes +//given that svgs take a lot of characters, we won't compile them when testing +//therefore we use the core scss -- cgit v1.2.3