Skip to content

Commit

Permalink
CSS Variable to reference new SASS Variable
Browse files Browse the repository at this point in the history
  • Loading branch information
craigiswayne committed Nov 8, 2023
1 parent 0158b2f commit ec62ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
--#{$prefix}dropdown-item-padding-x: #{$dropdown-item-padding-x};
--#{$prefix}dropdown-item-padding-y: #{$dropdown-item-padding-y};
--#{$prefix}dropdown-header-color: #{$dropdown-header-color};
--#{$prefix}dropdown-header-font-size: #{$font-size-sm};
--#{$prefix}dropdown-header-font-size: #{$dropdown-header-font-size};
--#{$prefix}dropdown-header-padding-x: #{$dropdown-header-padding-x};
--#{$prefix}dropdown-header-padding-y: #{$dropdown-header-padding-y};
// scss-docs-end dropdown-css-vars
Expand Down

0 comments on commit ec62ebf

Please sign in to comment.