File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ $colors: (
75
75
) !default ;
76
76
// scss-docs-end colors-map
77
77
78
+ // fusv-disable
78
79
$primary-dark : #1f1498 !default ;
79
80
$primary : #321fdb !default ;
80
81
$primary-50 : #988fed !default ;
@@ -114,6 +115,7 @@ $dark-dark: $gray-900 !default;
114
115
$dark : $gray-900 !default ;
115
116
$dark-50 : shift-color ($dark , -70 ) !default ;
116
117
$dark-25 : shift-color ($dark , -80 ) !default ;
118
+ // fusv-enable
117
119
118
120
// scss-docs-start theme-color-variables
119
121
$primary : $blue !default ;
@@ -279,7 +281,7 @@ $enable-important-utilities: true !default;
279
281
$enable-contrast-ratio-correction : true !default ;
280
282
$enable-contrast-ratio-warnings : true !default ;
281
283
$enable-ltr : true !default ;
282
- $enable-rtl : true !default ;
284
+ $enable-rtl : false !default ;
283
285
284
286
// Set mobile breakpoint
285
287
You can’t perform that action at this time.
0 commit comments