aboutsummaryrefslogtreecommitdiff
path: root/scss/_variables.scss
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-07-30 17:36:13 -0400
committerGravatar Barry Clark <barry@barryclark.co> 2014-07-30 17:36:13 -0400
commit6955d770fe5fdeba40377509d12030e9ebfe0130 (patch)
tree776ed4731561858b9d6ee5a6f01f283c6e9dcbfb /scss/_variables.scss
parent893f2bb204a39498957d36ad215e510d233309bc (diff)
downloadkompetenzbolzen.github.io-6955d770fe5fdeba40377509d12030e9ebfe0130.tar.gz
Update Sass files to be built by GitHub Pages
Diffstat (limited to 'scss/_variables.scss')
-rw-r--r--scss/_variables.scss27
1 files changed, 0 insertions, 27 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
deleted file mode 100644
index 5ec3394..0000000
--- a/scss/_variables.scss
+++ /dev/null
@@ -1,27 +0,0 @@
-
-//
-// VARIABLES
-//
-
-// Colors
-$blue: #4183C4;
-
-// Grays
-$black: #000;
-$darkerGray: #222;
-$darkGray: #333;
-$gray: #666;
-$lightGray: #eee;
-$white: #fff;
-
-// Font stacks
-$helvetica: Helvetica, Arial, sans-serif;
-$helveticaNeue: "Helvetica Neue", Helvetica, Arial, sans-serif;
-$georgia: Georgia, serif;
-
-// Mobile breakpoints
-@mixin mobile {
- @media screen and (max-width: 640px) {
- @content;
- }
-} \ No newline at end of file