From 07fa54cb316721ea1522f801063dd2109530a8bf Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Mon, 29 Apr 2013 14:53:53 -0700 Subject: io2013 style updates --- theme/scss/_base.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'theme/scss/_base.scss') 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 @@ @import "compass/css3/transform"; @import "compass/css3/transition"; +@import "variables"; + @mixin font-smoothing($val: antialiased) { -webkit-font-smoothing: $val; -moz-font-smoothing: $val; -- cgit v1.2.3