Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Oct 26, 2023
1 parent b37e35d commit 7e763f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2275,9 +2275,6 @@ $back-to-top-title-offset-right: add(100%, var(--#{$prefix}border-width)) !defau
$back-to-top-title-padding: subtract($btn-padding-y, 1px) $btn-padding-x add($btn-padding-y, 1px) !default;
$back-to-top-title-bg-color: $white !default;
$back-to-top-icon: var(--#{$prefix}chevron-icon) !default;
// fusv-disable
$back-to-top-icon-margin-left: $spacer * .5 !default; // Deprecated in v5.3.3
// fusv-enable
$back-to-top-icon-width: add(.5rem, 1px) !default;
$back-to-top-icon-height: subtract(1rem, 1px) !default;
// scss-docs-end back-to-top
Expand Down
7 changes: 0 additions & 7 deletions site/content/docs/5.3/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@ If you need more details about the changes, please refer to the [v5.3.3 release]

### CSS and Sass variables

- <details class="mb-2">
<summary><span class="badge text-bg-danger">Breaking</span> Deprecated Sass variables:</summary>
<ul>
<li><code>$back-to-top-icon-margin-left</code></li>
</ul>
</details>

- <details class="mb-2">
<summary><span class="badge text-bg-danger">Breaking</span> Deprecated CSS variables:</summary>
<ul>
Expand Down

0 comments on commit 7e763f7

Please sign in to comment.