Skip to content

Commit

Permalink
v5.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
crissdev committed Dec 3, 2022
1 parent 7d52a66 commit 08cd8aa
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ For simplicity, this project will use the same version numbers as Bootstrap.

## Changelog

https://github.com/twbs/bootstrap/releases/tag/v5.2.2
https://github.com/twbs/bootstrap/releases/tag/v5.2.3

## Copyright and license

Expand Down
3 changes: 0 additions & 3 deletions _carousel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
transform: translateX(100%);
Expand All @@ -53,8 +52,6 @@
transform: translateX(-100%);
}

/* rtl:end:ignore */


//
// Alternate transitions
Expand Down
2 changes: 1 addition & 1 deletion _functions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ $_luminance-list: .0008 .001 .0011 .0013 .0015 .0017 .002 .0022 .0025 .0027 .003
// Return opaque color
// opaque(#fff, rgba(0, 0, 0, .5)) => #808080
@function opaque($background, $foreground) {
@return mix(rgba($foreground, 1), $background, opacity($foreground) * 100);
@return mix(rgba($foreground, 1), $background, opacity($foreground) * 100%);
}

// scss-docs-start color-functions
Expand Down
3 changes: 3 additions & 0 deletions bootstrap-utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
@import "mixins";
@import "utilities";

// Layout & components
@import "root";

// Helpers
@import "helpers";

Expand Down
2 changes: 1 addition & 1 deletion mixins/_banner.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@mixin bsBanner($file) {
/*!
* Bootstrap #{$file} v5.2.2 (https://getbootstrap.com/)
* Bootstrap #{$file} v5.2.3 (https://getbootstrap.com/)
* Copyright 2011-2022 The Bootstrap Authors
* Copyright 2011-2022 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-scss",
"version": "5.2.2",
"version": "5.2.3",
"description": "Bootstrap's SCSS files (only)",
"main": "bootstrap.scss",
"repository": {
Expand Down

0 comments on commit 08cd8aa

Please sign in to comment.