diff options
author | Eric Bidelman | 2013-04-29 14:53:53 -0700 |
---|---|---|
committer | Eric Bidelman | 2013-04-29 14:53:53 -0700 |
commit | 07fa54cb316721ea1522f801063dd2109530a8bf (patch) | |
tree | ae56a9e73651d42a7c6aa9b6b5d90085540fd871 /theme/scss/_base.scss | |
parent | fa1c41da5a639fd54c064a5a34fdef9cbb794cd8 (diff) | |
download | io-slides-remote-07fa54cb316721ea1522f801063dd2109530a8bf.tar.gz |
io2013 style updates
Diffstat (limited to 'theme/scss/_base.scss')
-rw-r--r-- | theme/scss/_base.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/theme/scss/_base.scss b/theme/scss/_base.scss index a5b99cb..50504db 100644 --- a/theme/scss/_base.scss +++ b/theme/scss/_base.scss | |||
@@ -11,6 +11,8 @@ | |||
11 | @import "compass/css3/transform"; | 11 | @import "compass/css3/transform"; |
12 | @import "compass/css3/transition"; | 12 | @import "compass/css3/transition"; |
13 | 13 | ||
14 | @import "variables"; | ||
15 | |||
14 | @mixin font-smoothing($val: antialiased) { | 16 | @mixin font-smoothing($val: antialiased) { |
15 | -webkit-font-smoothing: $val; | 17 | -webkit-font-smoothing: $val; |
16 | -moz-font-smoothing: $val; | 18 | -moz-font-smoothing: $val; |