]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Remove duplicate variable in global settings
authorGeoff Kimball <geoff@zurb.com>
Tue, 24 Nov 2015 22:59:47 +0000 (14:59 -0800)
committerGeoff Kimball <geoff@zurb.com>
Tue, 24 Nov 2015 22:59:47 +0000 (14:59 -0800)
scss/_global.scss

index 298557cb7ecf9216609acd64e6123c2b168bd2e1..1df78e5029c5f812e6aafd265bae98145d6f259f 100644 (file)
@@ -74,10 +74,6 @@ $body-font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif !defau
 /// @type Boolean
 $body-antialiased: true !default;
 
-/// Text direction for the document. Set to `rtl` to reverse the orientation and direction of all components.
-/// @type Keyword
-$text-direction: ltr !default;
-
 /// Global value used for margin on components.
 /// @type Number
 $global-margin: 1rem !default;