Skip to content

Commit

Permalink
fix: Bootstrap variable override problem (#10412)
Browse files Browse the repository at this point in the history
fix: bootstrap variable override problem
  • Loading branch information
filzrev authored Nov 21, 2024
1 parent c6c87a3 commit 7102b42
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions templates/modern/src/docfx.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
* The .NET Foundation licenses this file to you under the MIT license.
*/

$enable-important-utilities: false;
$container-max-widths: (
xxl: 1768px
) !default;

@use "mixins";
@use "bootstrap/scss/bootstrap";
@use "bootstrap/scss/bootstrap" with (
$container-max-widths: (
xxl: 1768px
)
);
@use "highlight";
@use "layout";
@use "nav";
Expand Down

0 comments on commit 7102b42

Please sign in to comment.