Skip to content

Commit 7102b42

Browse files
authored
fix: Bootstrap variable override problem (#10412)
fix: bootstrap variable override problem
1 parent c6c87a3 commit 7102b42

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

templates/modern/src/docfx.scss

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
* The .NET Foundation licenses this file to you under the MIT license.
44
*/
55

6-
$enable-important-utilities: false;
7-
$container-max-widths: (
8-
xxl: 1768px
9-
) !default;
10-
116
@use "mixins";
12-
@use "bootstrap/scss/bootstrap";
7+
@use "bootstrap/scss/bootstrap" with (
8+
$container-max-widths: (
9+
xxl: 1768px
10+
)
11+
);
1312
@use "highlight";
1413
@use "layout";
1514
@use "nav";

0 commit comments

Comments
 (0)