Skip to content

Commit 50a94c8

Browse files
committed
chore: clean-up
1 parent 5860d52 commit 50a94c8

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

docs/assets/scss/_content.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,8 @@
7979
}
8080

8181
// Prevent breaking of code
82-
// stylelint-disable-next-line selector-max-compound-selectors
8382
th,
84-
td:first-child > code {
83+
td:first-child > code { // stylelint-disable-line selector-max-compound-selectors
8584
white-space: nowrap;
8685
}
8786
}

scss/_header.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.header {
22
// scss-docs-start header-css-vars
3-
--#{$prefix}header-min-height: #{$header-min-height};
43
--#{$prefix}header-padding-x: #{$header-padding-x};
54
--#{$prefix}header-padding-y: #{$header-padding-y};
65
--#{$prefix}header-bg: #{$header-bg};
@@ -33,7 +32,6 @@
3332
flex-wrap: wrap; // allow us to do the line break for collapsing content
3433
align-items: center;
3534
justify-content: space-between; // space out brand from logo
36-
// min-height: var(--#{$prefix}header-min-height);
3735
padding: var(--#{$prefix}header-padding-y) var(--#{$prefix}header-padding-x);
3836
background: var(--#{$prefix}header-bg);
3937
border-bottom: var(--#{$prefix}header-border);

scss/_variables.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1725,9 +1725,8 @@ $list-group-action-active-bg: var(--#{$prefix}secondary-bg) !default;
17251725
// scss-docs-end list-group-variables
17261726

17271727

1728-
// Header // TODO: check
1728+
// Header
17291729
// scss-docs-start header-variables
1730-
$header-min-height: 4rem !default;
17311730
$header-padding-y: $spacer * .5 !default;
17321731
$header-padding-x: $spacer * .5 !default;
17331732
$header-brand-font-size: $font-size-lg !default;

0 commit comments

Comments
 (0)