diff options
| author | Barry Clark <barry@barryclark.co> | 2015-02-23 01:14:19 -0500 |
|---|---|---|
| committer | Barry Clark <barry@barryclark.co> | 2015-02-23 01:14:19 -0500 |
| commit | b83d46fb2b803417bfb0125039b885f2182bcf7b (patch) | |
| tree | c824c07769db8b6ca904fee2b8d6a94b8876c8e4 /_scss/_variables.scss | |
| parent | 19706125aa88f5afa42a5763d4773fe1f34c6bbb (diff) | |
| download | acn-blog-b83d46fb2b803417bfb0125039b885f2182bcf7b.tar.gz acn-blog-b83d46fb2b803417bfb0125039b885f2182bcf7b.tar.bz2 acn-blog-b83d46fb2b803417bfb0125039b885f2182bcf7b.zip | |
Move Sass to default _sass directory via @LeoColomb #39
Diffstat (limited to '_scss/_variables.scss')
| -rw-r--r-- | _scss/_variables.scss | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/_scss/_variables.scss b/_scss/_variables.scss deleted file mode 100644 index e56c1c5..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 |
