From 67c6852b5c11e5d61ac2f49e499eaea56711de8e Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Thu, 21 Mar 2013 10:01:39 -0400 Subject: [PATCH] studio - checklists: removing not needed sass variable for animating height --- cms/static/sass/_variables.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/cms/static/sass/_variables.scss b/cms/static/sass/_variables.scss index 9e383af99d..dd93f9754b 100644 --- a/cms/static/sass/_variables.scss +++ b/cms/static/sass/_variables.scss @@ -78,9 +78,6 @@ $shadow: rgba(0,0,0,0.2); $shadow-l1: rgba(0,0,0,0.1); $shadow-d1: rgba(0,0,0,0.4); -// misc. -$elem-height-imaginary: 1000000px; - // colors - inherited $baseFontColor: #3c3c3c; $offBlack: #3c3c3c;