From 43c569181087394813bcc977c3d373e93bf768a2 Mon Sep 17 00:00:00 2001 From: Geoff Kimball Date: Tue, 24 Nov 2015 14:59:47 -0800 Subject: [PATCH] Remove duplicate variable in global settings --- scss/_global.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scss/_global.scss b/scss/_global.scss index 298557cb7..1df78e502 100644 --- a/scss/_global.scss +++ b/scss/_global.scss @@ -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; -- 2.47.2