Skip to content

Commit c32e4b4

Browse files
committed
Alphabetize the order of hte settings
1 parent 78f3351 commit c32e4b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_sass/theme/_dark.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ $warning-color : #f89406;
2727
$border-radius : 4px;
2828
$box-shadow : 0 1px 1px rgba(0, 0, 0, 0.125);
2929
$global-transition : all 0.2s ease-in-out;
30+
$masthead-height : 70px;
3031
$navicon-width : 28px;
3132
$navicon-height : 4px;
32-
$masthead-height : 70px;
3333
$sidebar-link-max-width : 250px;
3434
$sidebar-screen-min-width : 1024px;
3535

_sass/theme/_default.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ $warning-color : #f89406;
2020
$border-radius : 4px;
2121
$box-shadow : 0 1px 1px rgba(0, 0, 0, 0.125);
2222
$global-transition : all 0.2s ease-in-out;
23+
$masthead-height : 70px;
2324
$navicon-width : 28px;
2425
$navicon-height : 4px;
25-
$masthead-height : 70px;
2626
$sidebar-link-max-width : 250px;
2727
$sidebar-screen-min-width : 1024px;
2828

0 commit comments

Comments
 (0)