From 7ee0e7a478eb03a8c77f343ebb69162948a18588 Mon Sep 17 00:00:00 2001
From: Valentin Popov <info@valentineus.link>
Date: Wed, 25 Apr 2018 02:20:13 +0400
Subject: Original theme

Signed-off-by: Valentin Popov <info@valentineus.link>
---
 _scss/components/_variables.scss | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 _scss/components/_variables.scss

(limited to '_scss/components')

diff --git a/_scss/components/_variables.scss b/_scss/components/_variables.scss
new file mode 100644
index 0000000..eb9a801
--- /dev/null
+++ b/_scss/components/_variables.scss
@@ -0,0 +1,7 @@
+// ...
+$color-initial: #fff;
+$color-primary: #9b4dca;
+$color-quaternary: #d1d1d1;
+$color-quinary: #e1e1e1;
+$color-secondary: #606c76;
+$color-tertiary: #f4f5f6;
-- 
cgit v1.2.3