From: Istrasoft Date: Tue, 31 Dec 2013 05:13:17 +0000 (+0100) Subject: Add bidi counterparts for float and text alignment X-Git-Tag: 5.0.3~25^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4035%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Add bidi counterparts for float and text alignment --- diff --git a/scss/foundation/components/_global.scss b/scss/foundation/components/_global.scss index da184b6a4..0e625482c 100644 --- a/scss/foundation/components/_global.scss +++ b/scss/foundation/components/_global.scss @@ -369,6 +369,11 @@ $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.