Commit d4b4c88 Mark Hayes
committed
1 parent 2db158f commit d4b4c88 Copy full SHA for d4b4c88
File tree 1 file changed +6
-6
lines changed
scss/foundation/components
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -188,15 +188,15 @@ $font-smoothing: antialiased !default;
188
188
189
189
// We use these to control text direction settings
190
190
$text-direction : ltr !default ;
191
-
191
+ $default-float : left !default ;
192
+ $opposite-direction : right !default ;
192
193
@if $text-direction == ltr {
193
- $default-float : left !default ;
194
- $opposite-direction : right !default ;
194
+ $default-float : left ;
195
+ $opposite-direction : right ;
195
196
} @else {
196
- $default-float : right !default ;
197
- $opposite-direction : left !default ;
197
+ $default-float : right ;
198
+ $opposite-direction : left ;
198
199
}
199
-
200
200
// We use these as default colors throughout
201
201
$primary-color : #008CBA !default ;
202
202
$secondary-color : #e7e7e7 !default ;
You can’t perform that action at this time.
0 commit comments