Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Commit

Permalink
Foundation build to bower-foundation
Browse files Browse the repository at this point in the history
  • Loading branch information
mhayes committed Feb 5, 2014
1 parent c4885d2 commit 4d737dc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scss/foundation/components/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -188,15 +188,15 @@ $font-smoothing: antialiased !default;

// We use these to control text direction settings
$text-direction: ltr !default;

$default-float: left !default;
$opposite-direction: right !default;
@if $text-direction == ltr {
$default-float: left !default;
$opposite-direction: right !default;
$default-float: left;
$opposite-direction: right;
} @else {
$default-float: right !default;
$opposite-direction: left !default;
$default-float: right;
$opposite-direction: left;
}

// We use these as default colors throughout
$primary-color: #008CBA !default;
$secondary-color: #e7e7e7 !default;
Expand Down

0 comments on commit 4d737dc

Please sign in to comment.