Index: scss/_vars.scss |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/scss/_vars.scss |
@@ -0,0 +1,18 @@ |
+//////////////////////////////////////////////////////////////////////////////// |
+// Variables |
+//////////////////////////////////////////////////////////////////////////////// |
+ |
+// Brand colors |
+//////////////////////////////////////////////////////////////////////////////// |
+ |
+$secondary: #C70D2B; |
+ |
+// Fonts |
+//////////////////////////////////////////////////////////////////////////////// |
+ |
+$primary-font: "Source Sans Pro", sans-serif; |
+ |
+// Spacing |
+//////////////////////////////////////////////////////////////////////////////// |
+ |
+$x-small-space: 0.5em; |