Skip to content

Commit

Permalink
Remove empty mixins sections
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Jan 15, 2021
1 parent 43d6265 commit 1ce7225
Show file tree
Hide file tree
Showing 15 changed files with 2 additions and 62 deletions.
4 changes: 0 additions & 4 deletions site/content/docs/5.0/components/accordion.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,3 @@ Please read the [collapse accessibility section]({{< docsref "/components/collap
### Variables

{{< scss-docs name="accordion-variables" file="scss/_variables.scss" >}}

### Mixins

There are no mixins for accordions.
4 changes: 0 additions & 4 deletions site/content/docs/5.0/components/badge.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,3 @@ Use the `.rounded-pill` utility class to make badges more rounded with a larger
### Variables

{{< scss-docs name="badge-variables" file="scss/_variables.scss" >}}

### Mixins

There are no mixins for badges.
4 changes: 0 additions & 4 deletions site/content/docs/5.0/components/breadcrumb.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,3 @@ For more information, see the [WAI-ARIA Authoring Practices for the breadcrumb p
### Variables

{{< scss-docs name="breadcrumb-variables" file="scss/_variables.scss" >}}

### Mixins

There are no mixins for breadcrumbs.
4 changes: 0 additions & 4 deletions site/content/docs/5.0/components/card.md
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,3 @@ In `v4` we used a CSS-only technique to mimic the behavior of [Masonry](https://
### Variables

{{< scss-docs name="card-variables" file="scss/_variables.scss" >}}

### Mixins

There are no mixins for cards.
4 changes: 0 additions & 4 deletions site/content/docs/5.0/components/carousel.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,3 @@ The transition duration of `.carousel-item` can be changed with the `$carousel-t
### Variables

{{< scss-docs name="carousel-variables" file="scss/_variables.scss" >}}

### Mixins

There are no mixins for carousels.
4 changes: 0 additions & 4 deletions site/content/docs/5.0/components/close-button.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,3 @@ Change the default `.btn-close` to be white with the `.btn-close-white` class. T
### Variables

{{< scss-docs name="close-variables" file="scss/_variables.scss" >}}

### Mixins

There are no mixins for close buttons.
4 changes: 0 additions & 4 deletions site/content/docs/5.0/components/dropdowns.md
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,3 @@ Variables for all dropdowns:
Variables for the [dark dropdown](#dark-dropdowns):

{{< scss-docs name="dropdown-dark-variables" file="scss/_variables.scss" >}}

### Mixins

There are no mixins for dropdowns.
4 changes: 0 additions & 4 deletions site/content/docs/5.0/components/modal.md
Original file line number Diff line number Diff line change
Expand Up @@ -961,10 +961,6 @@ myModalEl.addEventListener('hidden.bs.modal', function (event) {

{{< scss-docs name="modal-variables" file="scss/_variables.scss" >}}

### Mixins

There are no mixins for modals.

### Loop

[Responsive fullscreen modals](#fullscreen-modal) are generated via the `$breakpoints` map and a loop in `scss/_modal.scss`.
Expand Down
4 changes: 0 additions & 4 deletions site/content/docs/5.0/components/navbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -607,10 +607,6 @@ When you do this, we recommend including additional JavaScript to move the focus

{{< scss-docs name="navbar-theme-variables" file="scss/_variables.scss" >}}

### Mixins

There are no mixins for navbars.

### Loop

[Responsive navbar expand/collapse classes](#responsive-behaviors) (e.g., `.navbar-expand-lg`) are combined with the `$breakpoints` map and generated through a loop in `scss/_navbar.scss`.
Expand Down
4 changes: 0 additions & 4 deletions site/content/docs/5.0/components/navs-tabs.md
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,3 @@ tabEl.addEventListener('shown.bs.tab', function (event) {
### Variables

{{< scss-docs name="nav-variables" file="scss/_variables.scss" >}}

### Mixins

There are no mixins for navigations and tabs.
4 changes: 0 additions & 4 deletions site/content/docs/5.0/components/popovers.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,3 @@ myPopoverTrigger.addEventListener('hidden.bs.popover', function () {
### Variables

{{< scss-docs name="popover-variables" file="scss/_variables.scss" >}}

### Mixins

There are no mixins for popovers.
6 changes: 1 addition & 5 deletions site/content/docs/5.0/components/progress.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,8 @@ The striped gradient can also be animated. Add `.progress-bar-animated` to `.pro

{{< scss-docs name="progress-variables" file="scss/_variables.scss" >}}

### Mixins

There are no mixins for progress bars.

### Keyframes

Used for creating the CSS animations for `.progress-bar-animated`. Included in the `scss/_progress-bar.scss` stylesheet.
Used for creating the CSS animations for `.progress-bar-animated`. Included in `scss/_progress-bar.scss`.

{{< scss-docs name="progress-keyframes" file="scss/_progress.scss" >}}
6 changes: 1 addition & 5 deletions site/content/docs/5.0/components/spinners.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,13 +177,9 @@ Use spinners within buttons to indicate an action is currently processing or tak

{{< scss-docs name="spinner-variables" file="scss/_variables.scss" >}}

### Mixins

There are no mixins for spinners.

### Keyframes

Used for creating the CSS animations for our spinners. Included in the `scss/_spinners.scss` stylesheet.
Used for creating the CSS animations for our spinners. Included in `scss/_spinners.scss`.

{{< scss-docs name="spinner-border-keyframes" file="scss/_spinners.scss" >}}

Expand Down
4 changes: 0 additions & 4 deletions site/content/docs/5.0/components/toasts.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,3 @@ myToastEl.addEventListener('hidden.bs.toast', function () {
### Variables

{{< scss-docs name="toast-variables" file="scss/_variables.scss" >}}

### Mixins

There are no mixins for toasts.
4 changes: 0 additions & 4 deletions site/content/docs/5.0/components/tooltips.md
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,3 @@ tooltip.hide()
### Variables

{{< scss-docs name="tooltip-variables" file="scss/_variables.scss" >}}

### Mixins

There are no mixins for tooltips.

0 comments on commit 1ce7225

Please sign in to comment.