From 4aa7efbc4b0e0232bb484c40c5c703ef57ef12ee Mon Sep 17 00:00:00 2001 From: DanielSrb Date: Fri, 29 Oct 2021 10:01:39 +0200 Subject: [PATCH] Bootstrap 4.6.1 --- package.json | 2 +- src/data.json | 2 +- src/scss/_4-custom-bootstrap-variables.scss | 15 +- src/scss/_bootstrap-variables-init.scss | 1192 ++++++++++--------- src/scss/index.scss | 2 +- src/templates/_base.njk | 3 +- 6 files changed, 611 insertions(+), 605 deletions(-) diff --git a/package.json b/package.json index 564c954..3c0e9ff 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "main": "index.js", "devDependencies": { "autoprefixer": "^10.2.5", - "bootstrap": "4.6.0", + "bootstrap": "4.6.1", "browser-sync": "^2.26.14", "del": "^6.0.0", "esm": "^3.2.25", diff --git a/src/data.json b/src/data.json index c54cb69..d7e1df0 100644 --- a/src/data.json +++ b/src/data.json @@ -1,5 +1,5 @@ { - "bootstrapVersion": "4.6.0", + "bootstrapVersion": "4.6.1", "sampleColors": [ { "name": "red", diff --git a/src/scss/_4-custom-bootstrap-variables.scss b/src/scss/_4-custom-bootstrap-variables.scss index 5bcd922..b555eaa 100644 --- a/src/scss/_4-custom-bootstrap-variables.scss +++ b/src/scss/_4-custom-bootstrap-variables.scss @@ -352,7 +352,7 @@ // $h5-font-size: $font-size-base * 1.25; $h5-font-size: $h5-font-size !global; // $font-size-base * 1.25 // $h6-font-size: $font-size-base; $h6-font-size: $h6-font-size !global; // $font-size-base - // $headings-margin-bottom: $spacer / 2; $headings-margin-bottom: $headings-margin-bottom !global; // $spacer / 2 + // $headings-margin-bottom: $spacer * .5; $headings-margin-bottom: $headings-margin-bottom !global; // $spacer * .5 // $headings-font-family: null; $headings-font-family: $headings-font-family !global; // null // $headings-font-weight: 500; $headings-font-weight: $headings-font-weight !global; // 500 // $headings-line-height: 1.2; $headings-line-height: $headings-line-height !global; // 1.2 @@ -548,7 +548,7 @@ // $input-height-inner: add($input-line-height * 1em, $input-padding-y * 2); $input-height-inner: $input-height-inner !global; // add($input-line-height * 1em, $input-padding-y * 2) // $input-height-inner-half: add($input-line-height * .5em, $input-padding-y); $input-height-inner-half: $input-height-inner-half !global; // add($input-line-height * .5em, $input-padding-y) - // $input-height-inner-quarter: add($input-line-height * .25em, $input-padding-y / 2); $input-height-inner-quarter: $input-height-inner-quarter !global; // add($input-line-height * .25em, $input-padding-y / 2) + // $input-height-inner-quarter: add($input-line-height * .25em, $input-padding-y * .5); $input-height-inner-quarter: $input-height-inner-quarter !global; // add($input-line-height * .25em, $input-padding-y * .5) // $input-height: add($input-line-height * 1em, add($input-padding-y * 2, $input-height-border, false)); $input-height: $input-height !global; // add($input-line-height * 1em, add($input-padding-y * 2, $input-height-border, false)) // $input-height-sm: add($input-line-height-sm * 1em, add($input-padding-y-sm * 2, $input-height-border, false)); $input-height-sm: $input-height-sm !global; // add($input-line-height-sm * 1em, add($input-padding-y-sm * 2, $input-height-border, false)) @@ -618,7 +618,7 @@ // $custom-radio-indicator-icon-checked: url("data:image/svg+xml,"); $custom-radio-indicator-icon-checked: $custom-radio-indicator-icon-checked !global; // url("data:image/svg+xml,") // $custom-switch-width: $custom-control-indicator-size * 1.75; $custom-switch-width: $custom-switch-width !global; // $custom-control-indicator-size * 1.75 - // $custom-switch-indicator-border-radius: $custom-control-indicator-size / 2; $custom-switch-indicator-border-radius: $custom-switch-indicator-border-radius !global; // $custom-control-indicator-size / 2 + // $custom-switch-indicator-border-radius: $custom-control-indicator-size * .5; $custom-switch-indicator-border-radius: $custom-switch-indicator-border-radius !global; // $custom-control-indicator-size * .5 // $custom-switch-indicator-size: subtract($custom-control-indicator-size, $custom-control-indicator-border-width * 4); $custom-switch-indicator-size: $custom-switch-indicator-size !global; // subtract($custom-control-indicator-size, $custom-control-indicator-border-width * 4) // $custom-select-padding-y: $input-padding-y; $custom-select-padding-y: $custom-select-padding-y !global; // $input-padding-y @@ -761,12 +761,12 @@ // $nav-pills-link-active-bg: $component-active-bg; $nav-pills-link-active-bg: $nav-pills-link-active-bg !global; // $component-active-bg // $nav-divider-color: $gray-200; $nav-divider-color: $nav-divider-color !global; // $gray-200 - // $nav-divider-margin-y: $spacer / 2; $nav-divider-margin-y: $nav-divider-margin-y !global; // $spacer / 2 + // $nav-divider-margin-y: $spacer * .5; $nav-divider-margin-y: $nav-divider-margin-y !global; // $spacer * .5 // Navbar - // $navbar-padding-y: $spacer / 2; $navbar-padding-y: $navbar-padding-y !global; // $spacer / 2 + // $navbar-padding-y: $spacer * .5; $navbar-padding-y: $navbar-padding-y !global; // $spacer * .5 // $navbar-padding-x: $spacer; $navbar-padding-x: $navbar-padding-x !global; // $spacer // $navbar-nav-link-padding-x: .5rem; $navbar-nav-link-padding-x: $navbar-nav-link-padding-x !global; // .5rem @@ -775,7 +775,7 @@ // Compute the navbar-brand padding-y so the navbar-brand will have the same height as navbar-text and nav-link // $nav-link-height: $font-size-base * $line-height-base + $nav-link-padding-y * 2; $nav-link-height: $nav-link-height !global; // $font-size-base * $line-height-base + $nav-link-padding-y * 2 // $navbar-brand-height: $navbar-brand-font-size * $line-height-base; $navbar-brand-height: $navbar-brand-height !global; // $navbar-brand-font-size * $line-height-base - // $navbar-brand-padding-y: ($nav-link-height - $navbar-brand-height) / 2; $navbar-brand-padding-y: $navbar-brand-padding-y !global; // ($nav-link-height - $navbar-brand-height) / 2 + // $navbar-brand-padding-y: ($nav-link-height - $navbar-brand-height) * .5; $navbar-brand-padding-y: $navbar-brand-padding-y !global; // ($nav-link-height - $navbar-brand-height) * .5 // $navbar-toggler-padding-y: .25rem; $navbar-toggler-padding-y: $navbar-toggler-padding-y !global; // .25rem // $navbar-toggler-padding-x: .75rem; $navbar-toggler-padding-x: $navbar-toggler-padding-x !global; // .75rem @@ -895,7 +895,7 @@ // $card-img-overlay-padding: 1.25rem; $card-img-overlay-padding: $card-img-overlay-padding !global; // 1.25rem - // $card-group-margin: $grid-gutter-width / 2; $card-group-margin: $card-group-margin !global; // $grid-gutter-width / 2 + // $card-group-margin: $grid-gutter-width * .5; $card-group-margin: $card-group-margin !global; // $grid-gutter-width * .5 // $card-deck-margin: $card-group-margin; $card-deck-margin: $card-deck-margin !global; // $card-group-margin // $card-columns-count: 3; $card-columns-count: $card-columns-count !global; // 3 @@ -1153,6 +1153,7 @@ // $spinner-width: 2rem; $spinner-width: $spinner-width !global; // 2rem // $spinner-height: $spinner-width; $spinner-height: $spinner-height !global; // $spinner-width + // $spinner-vertical-align: -.125em; $spinner-vertical-align: $spinner-vertical-align !global; // -.125em // $spinner-border-width: .25em; $spinner-border-width: $spinner-border-width !global; // .25em // $spinner-width-sm: 1rem; $spinner-width-sm: $spinner-width-sm !global; // 1rem diff --git a/src/scss/_bootstrap-variables-init.scss b/src/scss/_bootstrap-variables-init.scss index 82e1647..2fd26dd 100644 --- a/src/scss/_bootstrap-variables-init.scss +++ b/src/scss/_bootstrap-variables-init.scss @@ -1,665 +1,671 @@ // This prevents dart sass throwing deprecation warnings about variables not being initialized -$white: null; -$gray-100: null; -$gray-200: null; -$gray-300: null; -$gray-400: null; -$gray-500: null; -$gray-600: null; -$gray-700: null; -$gray-800: null; -$gray-900: null; +$alert-bg-level: null; +$alert-border-level: null; +$alert-border-radius: null; +$alert-border-width: null; +$alert-color-level: null; +$alert-link-font-weight: null; +$alert-margin-bottom: null; +$alert-padding-x: null; +$alert-padding-y: null; +$badge-border-radius: null; +$badge-focus-width: null; +$badge-font-size: null; +$badge-font-weight: null; +$badge-padding-x: null; +$badge-padding-y: null; +$badge-pill-border-radius: null; +$badge-pill-padding-x: null; +$badge-transition: null; $black: null; -$grays: null; +$blockquote-font-size: null; +$blockquote-small-color: null; +$blockquote-small-font-size: null; $blue: null; -$indigo: null; -$purple: null; -$pink: null; -$red: null; -$orange: null; -$yellow: null; -$green: null; -$teal: null; -$cyan: null; -$colors: null; -$primary: null; -$secondary: null; -$success: null; -$info: null; -$warning: null; -$danger: null; -$light: null; -$dark: null; -$theme-colors: null; -$theme-color-interval: null; -$yiq-contrasted-threshold: null; -$yiq-text-dark: null; -$yiq-text-light: null; -$escaped-characters: null; -$enable-caret: null; -$enable-rounded: null; -$enable-shadows: null; -$enable-gradients: null; -$enable-transitions: null; -$enable-prefers-reduced-motion-media-query: null; -$enable-hover-media-query: null; -$enable-grid-classes: null; -$enable-pointer-cursor-for-buttons: null; -$enable-print-styles: null; -$enable-responsive-font-sizes: null; -$enable-validation-icons: null; -$enable-deprecation-messages: null; -$spacer: null; -$spacers: null; -$sizes: null; $body-bg: null; $body-color: null; -$link-color: null; -$link-decoration: null; -$link-hover-color: null; -$link-hover-decoration: null; -$emphasized-link-hover-darken-percentage: null; -$paragraph-margin-bottom: null; -$grid-breakpoints: null; -$container-max-widths: null; -$grid-columns: null; -$grid-gutter-width: null; -$grid-row-columns: null; -$line-height-lg: null; -$line-height-sm: null; -$border-width: null; $border-color: null; $border-radius: null; $border-radius-lg: null; $border-radius-sm: null; -$rounded-pill: null; -$box-shadow-sm: null; +$border-width: null; $box-shadow: null; $box-shadow-lg: null; -$component-active-color: null; -$component-active-bg: null; -$caret-width: null; -$caret-vertical-align: null; -$caret-spacing: null; -$transition-base: null; -$transition-fade: null; -$transition-collapse: null; -$embed-responsive-aspect-ratios: null; -$font-family-sans-serif: null; -$font-family-monospace: null; -$font-family-base: null; -$font-size-base: null; -$font-size-lg: null; -$font-size-sm: null; -$font-weight-lighter: null; -$font-weight-light: null; -$font-weight-normal: null; -$font-weight-bold: null; -$font-weight-bolder: null; -$font-weight-base: null; -$line-height-base: null; -$h1-font-size: null; -$h2-font-size: null; -$h3-font-size: null; -$h4-font-size: null; -$h5-font-size: null; -$h6-font-size: null; -$headings-margin-bottom: null; -$headings-font-family: null; -$headings-font-weight: null; -$headings-line-height: null; -$headings-color: null; -$display1-size: null; -$display2-size: null; -$display3-size: null; -$display4-size: null; -$display1-weight: null; -$display2-weight: null; -$display3-weight: null; -$display4-weight: null; -$display-line-height: null; -$lead-font-size: null; -$lead-font-weight: null; -$small-font-size: null; -$text-muted: null; -$blockquote-small-color: null; -$blockquote-small-font-size: null; -$blockquote-font-size: null; -$hr-border-color: null; -$hr-border-width: null; -$mark-padding: null; -$dt-font-weight: null; -$kbd-box-shadow: null; -$nested-kbd-font-weight: null; -$list-inline-padding: null; -$mark-bg: null; -$hr-margin-y: null; -$table-cell-padding: null; -$table-cell-padding-sm: null; -$table-color: null; -$table-bg: null; -$table-accent-bg: null; -$table-hover-color: null; -$table-hover-bg: null; -$table-active-bg: null; -$table-border-width: null; -$table-border-color: null; -$table-head-bg: null; -$table-head-color: null; -$table-dark-color: null; -$table-dark-bg: null; -$table-dark-accent-bg: null; -$table-dark-hover-color: null; -$table-dark-hover-bg: null; -$table-dark-border-color: null; -$table-striped-order: null; -$table-caption-color: null; -$table-bg-level: null; -$table-border-level: null; -$input-btn-padding-y: null; -$input-btn-padding-x: null; -$input-btn-font-family: null; -$input-btn-font-size: null; -$input-btn-line-height: null; -$input-btn-focus-width: null; -$input-btn-focus-color: null; -$input-btn-focus-box-shadow: null; -$input-btn-padding-y-sm: null; -$input-btn-padding-x-sm: null; -$input-btn-font-size-sm: null; -$input-btn-line-height-sm: null; -$input-btn-padding-y-lg: null; -$input-btn-padding-x-lg: null; -$input-btn-font-size-lg: null; -$input-btn-line-height-lg: null; -$input-btn-border-width: null; -$btn-padding-y: null; -$btn-padding-x: null; -$btn-font-family: null; -$btn-font-size: null; -$btn-line-height: null; -$btn-white-space: null; -$btn-padding-y-sm: null; -$btn-padding-x-sm: null; -$btn-font-size-sm: null; -$btn-line-height-sm: null; -$btn-padding-y-lg: null; -$btn-padding-x-lg: null; -$btn-font-size-lg: null; -$btn-line-height-lg: null; -$btn-border-width: null; -$btn-font-weight: null; -$btn-box-shadow: null; -$btn-focus-width: null; -$btn-focus-box-shadow: null; -$btn-disabled-opacity: null; +$box-shadow-sm: null; +$breadcrumb-active-color: null; +$breadcrumb-bg: null; +$breadcrumb-border-radius: null; +$breadcrumb-divider: null; +$breadcrumb-divider-color: null; +$breadcrumb-font-size: null; +$breadcrumb-item-padding: null; +$breadcrumb-margin-bottom: null; +$breadcrumb-padding-x: null; +$breadcrumb-padding-y: null; $btn-active-box-shadow: null; -$btn-link-disabled-color: null; $btn-block-spacing-y: null; $btn-border-radius: null; $btn-border-radius-lg: null; $btn-border-radius-sm: null; +$btn-border-width: null; +$btn-box-shadow: null; +$btn-disabled-opacity: null; +$btn-focus-box-shadow: null; +$btn-focus-width: null; +$btn-font-family: null; +$btn-font-size: null; +$btn-font-size-lg: null; +$btn-font-size-sm: null; +$btn-font-weight: null; +$btn-line-height: null; +$btn-line-height-lg: null; +$btn-line-height-sm: null; +$btn-link-disabled-color: null; +$btn-padding-x: null; +$btn-padding-x-lg: null; +$btn-padding-x-sm: null; +$btn-padding-y: null; +$btn-padding-y-lg: null; +$btn-padding-y-sm: null; $btn-transition: null; -$label-margin-bottom: null; -$input-padding-y: null; -$input-padding-x: null; -$input-font-family: null; -$input-font-size: null; -$input-font-weight: null; -$input-line-height: null; -$input-padding-y-sm: null; -$input-padding-x-sm: null; -$input-font-size-sm: null; -$input-line-height-sm: null; -$input-padding-y-lg: null; -$input-padding-x-lg: null; -$input-font-size-lg: null; -$input-line-height-lg: null; -$input-bg: null; -$input-disabled-bg: null; -$input-color: null; -$input-border-color: null; -$input-border-width: null; -$input-box-shadow: null; -$input-border-radius: null; -$input-border-radius-lg: null; -$input-border-radius-sm: null; -$input-focus-bg: null; -$input-focus-border-color: null; -$input-focus-color: null; -$input-focus-width: null; -$input-focus-box-shadow: null; -$input-placeholder-color: null; -$input-plaintext-color: null; -$input-height-border: null; -$input-height-inner: null; -$input-height-inner-half: null; -$input-height-inner-quarter: null; -$input-height: null; -$input-height-sm: null; -$input-height-lg: null; -$input-transition: null; -$form-text-margin-top: null; -$form-check-input-gutter: null; -$form-check-input-margin-y: null; -$form-check-input-margin-x: null; -$form-check-inline-margin-x: null; -$form-check-inline-input-margin-x: null; -$form-grid-gutter-width: null; -$form-group-margin-bottom: null; -$input-group-addon-color: null; -$input-group-addon-bg: null; -$input-group-addon-border-color: null; -$custom-forms-transition: null; -$custom-control-gutter: null; -$custom-control-spacer-x: null; +$btn-white-space: null; +$card-bg: null; +$card-border-color: null; +$card-border-radius: null; +$card-border-width: null; +$card-cap-bg: null; +$card-cap-color: null; +$card-color: null; +$card-columns-count: null; +$card-columns-gap: null; +$card-columns-margin: null; +$card-deck-margin: null; +$card-group-margin: null; +$card-height: null; +$card-img-overlay-padding: null; +$card-inner-border-radius: null; +$card-spacer-x: null; +$card-spacer-y: null; +$caret-spacing: null; +$caret-vertical-align: null; +$caret-width: null; +$carousel-caption-color: null; +$carousel-caption-width: null; +$carousel-control-color: null; +$carousel-control-hover-opacity: null; +$carousel-control-icon-width: null; +$carousel-control-next-icon-bg: null; +$carousel-control-opacity: null; +$carousel-control-prev-icon-bg: null; +$carousel-control-transition: null; +$carousel-control-width: null; +$carousel-indicator-active-bg: null; +$carousel-indicator-height: null; +$carousel-indicator-hit-area-height: null; +$carousel-indicator-spacer: null; +$carousel-indicator-transition: null; +$carousel-indicator-width: null; +$carousel-transition: null; +$carousel-transition-duration: null; +$close-color: null; +$close-font-size: null; +$close-font-weight: null; +$close-text-shadow: null; +$code-color: null; +$code-font-size: null; +$colors: null; +$component-active-bg: null; +$component-active-color: null; +$container-max-widths: null; +$custom-checkbox-indicator-border-radius: null; +$custom-checkbox-indicator-icon-checked: null; +$custom-checkbox-indicator-icon-indeterminate: null; +$custom-checkbox-indicator-indeterminate-bg: null; +$custom-checkbox-indicator-indeterminate-border-color: null; +$custom-checkbox-indicator-indeterminate-box-shadow: null; +$custom-checkbox-indicator-indeterminate-color: null; $custom-control-cursor: null; -$custom-control-indicator-size: null; +$custom-control-gutter: null; +$custom-control-indicator-active-bg: null; +$custom-control-indicator-active-border-color: null; +$custom-control-indicator-active-box-shadow: null; +$custom-control-indicator-active-color: null; $custom-control-indicator-bg: null; $custom-control-indicator-bg-size: null; -$custom-control-indicator-box-shadow: null; $custom-control-indicator-border-color: null; $custom-control-indicator-border-width: null; -$custom-control-label-color: null; -$custom-control-indicator-disabled-bg: null; -$custom-control-label-disabled-color: null; -$custom-control-indicator-checked-color: null; +$custom-control-indicator-box-shadow: null; $custom-control-indicator-checked-bg: null; -$custom-control-indicator-checked-disabled-bg: null; -$custom-control-indicator-checked-box-shadow: null; $custom-control-indicator-checked-border-color: null; -$custom-control-indicator-focus-box-shadow: null; +$custom-control-indicator-checked-box-shadow: null; +$custom-control-indicator-checked-color: null; +$custom-control-indicator-checked-disabled-bg: null; +$custom-control-indicator-disabled-bg: null; $custom-control-indicator-focus-border-color: null; -$custom-control-indicator-active-color: null; -$custom-control-indicator-active-bg: null; -$custom-control-indicator-active-box-shadow: null; -$custom-control-indicator-active-border-color: null; -$custom-checkbox-indicator-border-radius: null; -$custom-checkbox-indicator-icon-checked: null; -$custom-checkbox-indicator-indeterminate-bg: null; -$custom-checkbox-indicator-indeterminate-color: null; -$custom-checkbox-indicator-icon-indeterminate: null; -$custom-checkbox-indicator-indeterminate-box-shadow: null; -$custom-checkbox-indicator-indeterminate-border-color: null; +$custom-control-indicator-focus-box-shadow: null; +$custom-control-indicator-size: null; +$custom-control-label-color: null; +$custom-control-label-disabled-color: null; +$custom-control-spacer-x: null; +$custom-file-bg: null; +$custom-file-border-color: null; +$custom-file-border-radius: null; +$custom-file-border-width: null; +$custom-file-box-shadow: null; +$custom-file-button-bg: null; +$custom-file-button-color: null; +$custom-file-color: null; +$custom-file-disabled-bg: null; +$custom-file-focus-border-color: null; +$custom-file-focus-box-shadow: null; +$custom-file-font-family: null; +$custom-file-font-weight: null; +$custom-file-height: null; +$custom-file-height-inner: null; +$custom-file-line-height: null; +$custom-file-padding-x: null; +$custom-file-padding-y: null; +$custom-file-text: null; +$custom-forms-transition: null; $custom-radio-indicator-border-radius: null; $custom-radio-indicator-icon-checked: null; -$custom-switch-width: null; -$custom-switch-indicator-border-radius: null; -$custom-switch-indicator-size: null; -$custom-select-padding-y: null; -$custom-select-padding-x: null; -$custom-select-font-family: null; -$custom-select-font-size: null; -$custom-select-height: null; -$custom-select-indicator-padding: null; -$custom-select-font-weight: null; -$custom-select-line-height: null; -$custom-select-color: null; -$custom-select-disabled-color: null; +$custom-range-thumb-active-bg: null; +$custom-range-thumb-bg: null; +$custom-range-thumb-border: null; +$custom-range-thumb-border-radius: null; +$custom-range-thumb-box-shadow: null; +$custom-range-thumb-disabled-bg: null; +$custom-range-thumb-focus-box-shadow: null; +$custom-range-thumb-focus-box-shadow-width: null; +$custom-range-thumb-height: null; +$custom-range-thumb-width: null; +$custom-range-track-bg: null; +$custom-range-track-border-radius: null; +$custom-range-track-box-shadow: null; +$custom-range-track-cursor: null; +$custom-range-track-height: null; +$custom-range-track-width: null; +$custom-select-background: null; $custom-select-bg: null; -$custom-select-disabled-bg: null; $custom-select-bg-size: null; -$custom-select-indicator-color: null; -$custom-select-indicator: null; -$custom-select-background: null; -$custom-select-feedback-icon-padding-right: null; -$custom-select-feedback-icon-position: null; -$custom-select-feedback-icon-size: null; -$custom-select-border-width: null; $custom-select-border-color: null; $custom-select-border-radius: null; +$custom-select-border-width: null; $custom-select-box-shadow: null; +$custom-select-color: null; +$custom-select-disabled-bg: null; +$custom-select-disabled-color: null; +$custom-select-feedback-icon-padding-right: null; +$custom-select-feedback-icon-position: null; +$custom-select-feedback-icon-size: null; $custom-select-focus-border-color: null; -$custom-select-focus-width: null; $custom-select-focus-box-shadow: null; -$custom-select-padding-y-sm: null; -$custom-select-padding-x-sm: null; +$custom-select-focus-width: null; +$custom-select-font-family: null; +$custom-select-font-size: null; +$custom-select-font-size-lg: null; $custom-select-font-size-sm: null; +$custom-select-font-weight: null; +$custom-select-height: null; +$custom-select-height-lg: null; $custom-select-height-sm: null; -$custom-select-padding-y-lg: null; +$custom-select-indicator: null; +$custom-select-indicator-color: null; +$custom-select-indicator-padding: null; +$custom-select-line-height: null; +$custom-select-padding-x: null; $custom-select-padding-x-lg: null; -$custom-select-font-size-lg: null; -$custom-select-height-lg: null; -$custom-range-track-width: null; -$custom-range-track-height: null; -$custom-range-track-cursor: null; -$custom-range-track-bg: null; -$custom-range-track-border-radius: null; -$custom-range-track-box-shadow: null; -$custom-range-thumb-width: null; -$custom-range-thumb-height: null; -$custom-range-thumb-bg: null; -$custom-range-thumb-border: null; -$custom-range-thumb-border-radius: null; -$custom-range-thumb-box-shadow: null; -$custom-range-thumb-focus-box-shadow: null; -$custom-range-thumb-focus-box-shadow-width: null; -$custom-range-thumb-active-bg: null; -$custom-range-thumb-disabled-bg: null; -$custom-file-height: null; -$custom-file-height-inner: null; -$custom-file-focus-border-color: null; -$custom-file-focus-box-shadow: null; -$custom-file-disabled-bg: null; -$custom-file-padding-y: null; -$custom-file-padding-x: null; -$custom-file-line-height: null; -$custom-file-font-family: null; -$custom-file-font-weight: null; -$custom-file-color: null; -$custom-file-bg: null; -$custom-file-border-width: null; -$custom-file-border-color: null; -$custom-file-border-radius: null; -$custom-file-box-shadow: null; -$custom-file-button-color: null; -$custom-file-button-bg: null; -$custom-file-text: null; -$form-feedback-margin-top: null; -$form-feedback-font-size: null; -$form-feedback-valid-color: null; -$form-feedback-invalid-color: null; -$form-feedback-icon-valid-color: null; -$form-feedback-icon-valid: null; -$form-feedback-icon-invalid-color: null; -$form-feedback-icon-invalid: null; -$form-validation-states: null; -$zindex-dropdown: null; -$zindex-sticky: null; -$zindex-fixed: null; -$zindex-modal-backdrop: null; -$zindex-modal: null; -$zindex-popover: null; -$zindex-tooltip: null; -$nav-link-padding-y: null; -$nav-link-padding-x: null; +$custom-select-padding-x-sm: null; +$custom-select-padding-y: null; +$custom-select-padding-y-lg: null; +$custom-select-padding-y-sm: null; +$custom-switch-indicator-border-radius: null; +$custom-switch-indicator-size: null; +$custom-switch-width: null; +$cyan: null; +$danger: null; +$dark: null; +$display-line-height: null; +$display1-size: null; +$display1-weight: null; +$display2-size: null; +$display2-weight: null; +$display3-size: null; +$display3-weight: null; +$display4-size: null; +$display4-weight: null; +$displays: null; +$dropdown-bg: null; +$dropdown-border-color: null; +$dropdown-border-radius: null; +$dropdown-border-width: null; +$dropdown-box-shadow: null; +$dropdown-color: null; +$dropdown-divider-bg: null; +$dropdown-divider-margin-y: null; +$dropdown-font-size: null; +$dropdown-header-color: null; +$dropdown-header-padding: null; +$dropdown-inner-border-radius: null; +$dropdown-item-padding-x: null; +$dropdown-item-padding-y: null; +$dropdown-link-active-bg: null; +$dropdown-link-active-color: null; +$dropdown-link-color: null; +$dropdown-link-disabled-color: null; +$dropdown-link-hover-bg: null; +$dropdown-link-hover-color: null; +$dropdown-min-width: null; +$dropdown-padding-x: null; +$dropdown-padding-y: null; +$dropdown-spacer: null; +$dt-font-weight: null; +$embed-responsive-aspect-ratios: null; +$emphasized-link-hover-darken-percentage: null; +$enable-caret: null; +$enable-deprecation-messages: null; +$enable-gradients: null; +$enable-grid-classes: null; +$enable-hover-media-query: null; +$enable-pointer-cursor-for-buttons: null; +$enable-prefers-reduced-motion-media-query: null; +$enable-print-styles: null; +$enable-responsive-font-sizes: null; +$enable-rounded: null; +$enable-shadows: null; +$enable-transitions: null; +$enable-validation-icons: null; +$escaped-characters: null; +$figure-caption-color: null; +$figure-caption-font-size: null; +$font-family-base: null; +$font-family-monospace: null; +$font-family-sans-serif: null; +$font-size-base: null; +$font-size-lg: null; +$font-size-sm: null; +$font-weight-base: null; +$font-weight-bold: null; +$font-weight-bolder: null; +$font-weight-light: null; +$font-weight-lighter: null; +$font-weight-normal: null; +$form-check-inline-input-margin-x: null; +$form-check-inline-margin-x: null; +$form-check-input-gutter: null; +$form-check-input-margin-x: null; +$form-check-input-margin-y: null; +$form-feedback-font-size: null; +$form-feedback-icon-invalid: null; +$form-feedback-icon-invalid-color: null; +$form-feedback-icon-valid: null; +$form-feedback-icon-valid-color: null; +$form-feedback-invalid-color: null; +$form-feedback-margin-top: null; +$form-feedback-tooltip-border-radius: null; +$form-feedback-tooltip-font-size: null; +$form-feedback-tooltip-line-height: null; +$form-feedback-tooltip-opacity: null; +$form-feedback-tooltip-padding-x: null; +$form-feedback-tooltip-padding-y: null; +$form-feedback-valid-color: null; +$form-grid-gutter-width: null; +$form-group-margin-bottom: null; +$form-text-margin-top: null; +$form-validation-states: null; +$gray-100: null; +$gray-200: null; +$gray-300: null; +$gray-400: null; +$gray-500: null; +$gray-600: null; +$gray-700: null; +$gray-800: null; +$gray-900: null; +$grays: null; +$green: null; +$grid-breakpoints: null; +$grid-columns: null; +$grid-gutter-width: null; +$grid-row-columns: null; +$h1-font-size: null; +$h2-font-size: null; +$h3-font-size: null; +$h4-font-size: null; +$h5-font-size: null; +$h6-font-size: null; +$headings-color: null; +$headings-font-family: null; +$headings-font-weight: null; +$headings-line-height: null; +$headings-margin-bottom: null; +$hr-border-color: null; +$hr-border-width: null; +$hr-margin-y: null; +$indigo: null; +$info: null; +$input-bg: null; +$input-border-color: null; +$input-border-radius: null; +$input-border-radius-lg: null; +$input-border-radius-sm: null; +$input-border-width: null; +$input-box-shadow: null; +$input-btn-border-width: null; +$input-btn-focus-box-shadow: null; +$input-btn-focus-color: null; +$input-btn-focus-width: null; +$input-btn-font-family: null; +$input-btn-font-size: null; +$input-btn-font-size-lg: null; +$input-btn-font-size-sm: null; +$input-btn-line-height: null; +$input-btn-line-height-lg: null; +$input-btn-line-height-sm: null; +$input-btn-padding-x: null; +$input-btn-padding-x-lg: null; +$input-btn-padding-x-sm: null; +$input-btn-padding-y: null; +$input-btn-padding-y-lg: null; +$input-btn-padding-y-sm: null; +$input-color: null; +$input-disabled-bg: null; +$input-focus-bg: null; +$input-focus-border-color: null; +$input-focus-box-shadow: null; +$input-focus-color: null; +$input-focus-width: null; +$input-font-family: null; +$input-font-size: null; +$input-font-size-lg: null; +$input-font-size-sm: null; +$input-font-weight: null; +$input-group-addon-bg: null; +$input-group-addon-border-color: null; +$input-group-addon-color: null; +$input-height: null; +$input-height-border: null; +$input-height-inner: null; +$input-height-inner-half: null; +$input-height-inner-quarter: null; +$input-height-lg: null; +$input-height-sm: null; +$input-line-height: null; +$input-line-height-lg: null; +$input-line-height-sm: null; +$input-padding-x: null; +$input-padding-x-lg: null; +$input-padding-x-sm: null; +$input-padding-y: null; +$input-padding-y-lg: null; +$input-padding-y-sm: null; +$input-placeholder-color: null; +$input-plaintext-color: null; +$input-transition: null; +$jumbotron-bg: null; +$jumbotron-color: null; +$jumbotron-padding: null; +$kbd-bg: null; +$kbd-box-shadow: null; +$kbd-color: null; +$kbd-font-size: null; +$kbd-padding-x: null; +$kbd-padding-y: null; +$label-margin-bottom: null; +$lead-font-size: null; +$lead-font-weight: null; +$light: null; +$line-height-base: null; +$line-height-lg: null; +$line-height-sm: null; +$link-color: null; +$link-decoration: null; +$link-hover-color: null; +$link-hover-decoration: null; +$list-group-action-active-bg: null; +$list-group-action-active-color: null; +$list-group-action-color: null; +$list-group-action-hover-color: null; +$list-group-active-bg: null; +$list-group-active-border-color: null; +$list-group-active-color: null; +$list-group-bg: null; +$list-group-border-color: null; +$list-group-border-radius: null; +$list-group-border-width: null; +$list-group-color: null; +$list-group-disabled-bg: null; +$list-group-disabled-color: null; +$list-group-hover-bg: null; +$list-group-item-padding-x: null; +$list-group-item-padding-y: null; +$list-inline-padding: null; +$mark-bg: null; +$mark-padding: null; +$modal-backdrop-bg: null; +$modal-backdrop-opacity: null; +$modal-content-bg: null; +$modal-content-border-color: null; +$modal-content-border-radius: null; +$modal-content-border-width: null; +$modal-content-box-shadow-sm-up: null; +$modal-content-box-shadow-xs: null; +$modal-content-color: null; +$modal-content-inner-border-radius: null; +$modal-dialog-margin: null; +$modal-dialog-margin-y-sm-up: null; +$modal-fade-transform: null; +$modal-footer-border-color: null; +$modal-footer-border-width: null; +$modal-footer-margin-between: null; +$modal-header-border-color: null; +$modal-header-border-width: null; +$modal-header-padding: null; +$modal-header-padding-x: null; +$modal-header-padding-y: null; +$modal-inner-padding: null; +$modal-lg: null; +$modal-md: null; +$modal-scale-transform: null; +$modal-show-transform: null; +$modal-sm: null; +$modal-title-line-height: null; +$modal-transition: null; +$modal-xl: null; +$nav-divider-color: null; +$nav-divider-margin-y: null; $nav-link-disabled-color: null; +$nav-link-height: null; +$nav-link-padding-x: null; +$nav-link-padding-y: null; +$nav-pills-border-radius: null; +$nav-pills-link-active-bg: null; +$nav-pills-link-active-color: null; $nav-tabs-border-color: null; -$nav-tabs-border-width: null; $nav-tabs-border-radius: null; -$nav-tabs-link-hover-border-color: null; -$nav-tabs-link-active-color: null; +$nav-tabs-border-width: null; $nav-tabs-link-active-bg: null; $nav-tabs-link-active-border-color: null; -$nav-pills-border-radius: null; -$nav-pills-link-active-color: null; -$nav-pills-link-active-bg: null; -$nav-divider-color: null; -$nav-divider-margin-y: null; -$navbar-padding-y: null; -$navbar-padding-x: null; -$navbar-nav-link-padding-x: null; +$nav-tabs-link-active-color: null; +$nav-tabs-link-hover-border-color: null; $navbar-brand-font-size: null; -$nav-link-height: null; $navbar-brand-height: null; $navbar-brand-padding-y: null; -$navbar-toggler-padding-y: null; -$navbar-toggler-padding-x: null; -$navbar-toggler-font-size: null; -$navbar-toggler-border-radius: null; -$navbar-dark-color: null; -$navbar-dark-hover-color: null; $navbar-dark-active-color: null; +$navbar-dark-brand-color: null; +$navbar-dark-brand-hover-color: null; +$navbar-dark-color: null; $navbar-dark-disabled-color: null; -$navbar-dark-toggler-icon-bg: null; +$navbar-dark-hover-color: null; $navbar-dark-toggler-border-color: null; -$navbar-light-color: null; -$navbar-light-hover-color: null; +$navbar-dark-toggler-icon-bg: null; $navbar-light-active-color: null; -$navbar-light-disabled-color: null; -$navbar-light-toggler-icon-bg: null; -$navbar-light-toggler-border-color: null; $navbar-light-brand-color: null; $navbar-light-brand-hover-color: null; -$navbar-dark-brand-color: null; -$navbar-dark-brand-hover-color: null; -$dropdown-min-width: null; -$dropdown-padding-y: null; -$dropdown-spacer: null; -$dropdown-font-size: null; -$dropdown-color: null; -$dropdown-bg: null; -$dropdown-border-color: null; -$dropdown-border-radius: null; -$dropdown-border-width: null; -$dropdown-inner-border-radius: null; -$dropdown-divider-bg: null; -$dropdown-divider-margin-y: null; -$dropdown-box-shadow: null; -$dropdown-link-color: null; -$dropdown-link-hover-color: null; -$dropdown-link-hover-bg: null; -$dropdown-link-active-color: null; -$dropdown-link-active-bg: null; -$dropdown-link-disabled-color: null; -$dropdown-item-padding-y: null; -$dropdown-item-padding-x: null; -$dropdown-header-color: null; -$dropdown-header-padding: null; -$pagination-padding-y: null; -$pagination-padding-x: null; -$pagination-padding-y-sm: null; -$pagination-padding-x-sm: null; -$pagination-padding-y-lg: null; -$pagination-padding-x-lg: null; -$pagination-line-height: null; -$pagination-color: null; +$navbar-light-color: null; +$navbar-light-disabled-color: null; +$navbar-light-hover-color: null; +$navbar-light-toggler-border-color: null; +$navbar-light-toggler-icon-bg: null; +$navbar-nav-link-padding-x: null; +$navbar-nav-scroll-max-height: null; +$navbar-padding-x: null; +$navbar-padding-y: null; +$navbar-toggler-border-radius: null; +$navbar-toggler-font-size: null; +$navbar-toggler-padding-x: null; +$navbar-toggler-padding-y: null; +$nested-kbd-font-weight: null; +$orange: null; +$overflows: null; +$pagination-active-bg: null; +$pagination-active-border-color: null; +$pagination-active-color: null; $pagination-bg: null; -$pagination-border-width: null; $pagination-border-color: null; +$pagination-border-radius-lg: null; +$pagination-border-radius-sm: null; +$pagination-border-width: null; +$pagination-color: null; +$pagination-disabled-bg: null; +$pagination-disabled-border-color: null; +$pagination-disabled-color: null; $pagination-focus-box-shadow: null; $pagination-focus-outline: null; -$pagination-hover-color: null; $pagination-hover-bg: null; $pagination-hover-border-color: null; -$pagination-active-color: null; -$pagination-active-bg: null; -$pagination-active-border-color: null; -$pagination-disabled-color: null; -$pagination-disabled-bg: null; -$pagination-disabled-border-color: null; -$jumbotron-padding: null; -$jumbotron-color: null; -$jumbotron-bg: null; -$card-spacer-y: null; -$card-spacer-x: null; -$card-border-width: null; -$card-border-radius: null; -$card-border-color: null; -$card-inner-border-radius: null; -$card-cap-bg: null; -$card-cap-color: null; -$card-height: null; -$card-color: null; -$card-bg: null; -$card-img-overlay-padding: null; -$card-group-margin: null; -$card-deck-margin: null; -$card-columns-count: null; -$card-columns-gap: null; -$card-columns-margin: null; -$tooltip-font-size: null; -$tooltip-max-width: null; -$tooltip-color: null; -$tooltip-bg: null; -$tooltip-border-radius: null; -$tooltip-opacity: null; -$tooltip-padding-y: null; -$tooltip-padding-x: null; -$tooltip-margin: null; -$tooltip-arrow-width: null; -$tooltip-arrow-height: null; -$tooltip-arrow-color: null; -$form-feedback-tooltip-padding-y: null; -$form-feedback-tooltip-padding-x: null; -$form-feedback-tooltip-font-size: null; -$form-feedback-tooltip-line-height: null; -$form-feedback-tooltip-opacity: null; -$form-feedback-tooltip-border-radius: null; -$popover-font-size: null; +$pagination-hover-color: null; +$pagination-line-height: null; +$pagination-padding-x: null; +$pagination-padding-x-lg: null; +$pagination-padding-x-sm: null; +$pagination-padding-y: null; +$pagination-padding-y-lg: null; +$pagination-padding-y-sm: null; +$paragraph-margin-bottom: null; +$pink: null; +$popover-arrow-color: null; +$popover-arrow-height: null; +$popover-arrow-outer-color: null; +$popover-arrow-width: null; $popover-bg: null; -$popover-max-width: null; -$popover-border-width: null; +$popover-body-color: null; +$popover-body-padding-x: null; +$popover-body-padding-y: null; $popover-border-color: null; $popover-border-radius: null; -$popover-inner-border-radius: null; +$popover-border-width: null; $popover-box-shadow: null; +$popover-font-size: null; $popover-header-bg: null; $popover-header-color: null; -$popover-header-padding-y: null; $popover-header-padding-x: null; -$popover-body-color: null; -$popover-body-padding-y: null; -$popover-body-padding-x: null; -$popover-arrow-width: null; -$popover-arrow-height: null; -$popover-arrow-color: null; -$popover-arrow-outer-color: null; -$toast-max-width: null; -$toast-padding-x: null; -$toast-padding-y: null; -$toast-font-size: null; -$toast-color: null; -$toast-background-color: null; -$toast-border-width: null; -$toast-border-color: null; -$toast-border-radius: null; -$toast-box-shadow: null; -$toast-header-color: null; -$toast-header-background-color: null; -$toast-header-border-color: null; -$badge-font-size: null; -$badge-font-weight: null; -$badge-padding-y: null; -$badge-padding-x: null; -$badge-border-radius: null; -$badge-transition: null; -$badge-focus-width: null; -$badge-pill-padding-x: null; -$badge-pill-border-radius: null; -$modal-inner-padding: null; -$modal-footer-margin-between: null; -$modal-dialog-margin: null; -$modal-dialog-margin-y-sm-up: null; -$modal-title-line-height: null; -$modal-content-color: null; -$modal-content-bg: null; -$modal-content-border-color: null; -$modal-content-border-width: null; -$modal-content-border-radius: null; -$modal-content-inner-border-radius: null; -$modal-content-box-shadow-xs: null; -$modal-content-box-shadow-sm-up: null; -$modal-backdrop-bg: null; -$modal-backdrop-opacity: null; -$modal-header-border-color: null; -$modal-footer-border-color: null; -$modal-header-border-width: null; -$modal-footer-border-width: null; -$modal-header-padding-y: null; -$modal-header-padding-x: null; -$modal-header-padding: null; -$modal-xl: null; -$modal-lg: null; -$modal-md: null; -$modal-sm: null; -$modal-fade-transform: null; -$modal-show-transform: null; -$modal-transition: null; -$modal-scale-transform: null; -$alert-padding-y: null; -$alert-padding-x: null; -$alert-margin-bottom: null; -$alert-border-radius: null; -$alert-link-font-weight: null; -$alert-border-width: null; -$alert-bg-level: null; -$alert-border-level: null; -$alert-color-level: null; -$progress-height: null; -$progress-font-size: null; +$popover-header-padding-y: null; +$popover-inner-border-radius: null; +$popover-max-width: null; +$positions: null; +$pre-color: null; +$pre-scrollable-max-height: null; +$primary: null; +$print-body-min-width: null; +$print-page-size: null; +$progress-bar-animation-timing: null; +$progress-bar-bg: null; +$progress-bar-color: null; +$progress-bar-transition: null; $progress-bg: null; $progress-border-radius: null; $progress-box-shadow: null; -$progress-bar-color: null; -$progress-bar-bg: null; -$progress-bar-animation-timing: null; -$progress-bar-transition: null; -$list-group-color: null; -$list-group-bg: null; -$list-group-border-color: null; -$list-group-border-width: null; -$list-group-border-radius: null; -$list-group-item-padding-y: null; -$list-group-item-padding-x: null; -$list-group-hover-bg: null; -$list-group-active-color: null; -$list-group-active-bg: null; -$list-group-active-border-color: null; -$list-group-disabled-color: null; -$list-group-disabled-bg: null; -$list-group-action-color: null; -$list-group-action-hover-color: null; -$list-group-action-active-color: null; -$list-group-action-active-bg: null; -$thumbnail-padding: null; +$progress-font-size: null; +$progress-height: null; +$purple: null; +$red: null; +$rounded-pill: null; +$secondary: null; +$sizes: null; +$small-font-size: null; +$spacer: null; +$spacers: null; +$spinner-border-width: null; +$spinner-border-width-sm: null; +$spinner-height: null; +$spinner-height-sm: null; +$spinner-vertical-align: null; +$spinner-width: null; +$spinner-width-sm: null; +$success: null; +$table-accent-bg: null; +$table-active-bg: null; +$table-bg: null; +$table-bg-level: null; +$table-border-color: null; +$table-border-level: null; +$table-border-width: null; +$table-caption-color: null; +$table-cell-padding: null; +$table-cell-padding-sm: null; +$table-color: null; +$table-dark-accent-bg: null; +$table-dark-bg: null; +$table-dark-border-color: null; +$table-dark-color: null; +$table-dark-hover-bg: null; +$table-dark-hover-color: null; +$table-head-bg: null; +$table-head-color: null; +$table-hover-bg: null; +$table-hover-color: null; +$table-striped-order: null; +$table-th-font-weight: null; +$teal: null; +$text-muted: null; +$theme-color-interval: null; +$theme-colors: null; $thumbnail-bg: null; -$thumbnail-border-width: null; $thumbnail-border-color: null; $thumbnail-border-radius: null; +$thumbnail-border-width: null; $thumbnail-box-shadow: null; -$figure-caption-font-size: null; -$figure-caption-color: null; -$breadcrumb-font-size: null; -$breadcrumb-padding-y: null; -$breadcrumb-padding-x: null; -$breadcrumb-item-padding: null; -$breadcrumb-margin-bottom: null; -$breadcrumb-bg: null; -$breadcrumb-divider-color: null; -$breadcrumb-active-color: null; -$breadcrumb-divider: null; -$breadcrumb-border-radius: null; -$carousel-control-color: null; -$carousel-control-width: null; -$carousel-control-opacity: null; -$carousel-control-hover-opacity: null; -$carousel-control-transition: null; -$carousel-indicator-width: null; -$carousel-indicator-height: null; -$carousel-indicator-hit-area-height: null; -$carousel-indicator-spacer: null; -$carousel-indicator-active-bg: null; -$carousel-indicator-transition: null; -$carousel-caption-width: null; -$carousel-caption-color: null; -$carousel-control-icon-width: null; -$carousel-control-prev-icon-bg: null; -$carousel-control-next-icon-bg: null; -$carousel-transition-duration: null; -$carousel-transition: null; -$spinner-width: null; -$spinner-height: null; -$spinner-border-width: null; -$spinner-width-sm: null; -$spinner-height-sm: null; -$spinner-border-width-sm: null; -$close-font-size: null; -$close-font-weight: null; -$close-color: null; -$close-text-shadow: null; -$code-font-size: null; -$code-color: null; -$kbd-padding-y: null; -$kbd-padding-x: null; -$kbd-font-size: null; -$kbd-color: null; -$kbd-bg: null; -$pre-color: null; -$pre-scrollable-max-height: null; -$displays: null; -$overflows: null; -$positions: null; +$thumbnail-padding: null; +$toast-background-color: null; +$toast-border-color: null; +$toast-border-radius: null; +$toast-border-width: null; +$toast-box-shadow: null; +$toast-color: null; +$toast-font-size: null; +$toast-header-background-color: null; +$toast-header-border-color: null; +$toast-header-color: null; +$toast-max-width: null; +$toast-padding-x: null; +$toast-padding-y: null; +$tooltip-arrow-color: null; +$tooltip-arrow-height: null; +$tooltip-arrow-width: null; +$tooltip-bg: null; +$tooltip-border-radius: null; +$tooltip-color: null; +$tooltip-font-size: null; +$tooltip-margin: null; +$tooltip-max-width: null; +$tooltip-opacity: null; +$tooltip-padding-x: null; +$tooltip-padding-y: null; +$transition-base: null; +$transition-collapse: null; +$transition-fade: null; $user-selects: null; -$print-page-size: null; -$print-body-min-width: null; +$warning: null; +$white: null; +$yellow: null; +$yiq-contrasted-threshold: null; +$yiq-text-dark: null; +$yiq-text-light: null; +$zindex-dropdown: null; +$zindex-fixed: null; +$zindex-modal: null; +$zindex-modal-backdrop: null; +$zindex-popover: null; +$zindex-sticky: null; +$zindex-tooltip: null; diff --git a/src/scss/index.scss b/src/scss/index.scss index 020fbea..0b7a20b 100644 --- a/src/scss/index.scss +++ b/src/scss/index.scss @@ -1,7 +1,7 @@ @import "1-custom-bootstrap-variables"; // custom variables /*! - * Bootstrap v4.6.0 (https://getbootstrap.com/) + * Bootstrap v4.6.1 (https://getbootstrap.com/) * Copyright 2011-2021 The Bootstrap Authors * Copyright 2011-2021 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) diff --git a/src/templates/_base.njk b/src/templates/_base.njk index dcddc52..3ce7463 100644 --- a/src/templates/_base.njk +++ b/src/templates/_base.njk @@ -12,8 +12,7 @@ - - + #}