From d280afd115fdec6854ef42f91f6d814cc80b49bc Mon Sep 17 00:00:00 2001 From: Cameron Spencer Date: Fri, 17 Jan 2014 12:20:54 -0800 Subject: [PATCH] revert a13a0db7b4379f0cacbb3cf30f63fc1ee20d03e5 --- scss/foundation/components/_global.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scss/foundation/components/_global.scss b/scss/foundation/components/_global.scss index 0e625482c..da184b6a4 100644 --- a/scss/foundation/components/_global.scss +++ b/scss/foundation/components/_global.scss @@ -369,11 +369,6 @@ $cursor-text-value: text !default; .text-center { text-align: center !important; } .text-justify { text-align: justify !important; } .hide { display: none; } - // Bidi counterparts to .left, .right, .text-left, .text-right - .start { float: $default-float !important; } - .end { float: $opposite-direction !important; } - .text-start { text-align: $default-float !important; } - .text-end { text-align: $opposite-direction !important; } // Font smoothing // Antialiased font smoothing works best for light text on a dark background. -- 2.47.2