Skip to content

Commit

Permalink
Fix Sass compilation breaking change in v5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Nov 8, 2023
1 parent a4d2f59 commit f25b1fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1745,3 +1745,5 @@ $kbd-bg: var(--#{$prefix}body-color) !default;
$nested-kbd-font-weight: null !default; // Deprecated in v5.2.0, removing in v6

$pre-color: null !default;

@import "variables-dark"; // TODO: can be removed safely in v6, only here to avoid breaking changes in v5.3

0 comments on commit f25b1fd

Please sign in to comment.