File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -6845,6 +6845,9 @@ module.exports = `
68456845 .min-bs-svh {
68466846 min-block-size: 100svh;
68476847 }
6848+ .min-bs-theme-variable {
6849+ min-block-size: calc(var(--spacing) * 35);
6850+ }
68486851 .min-is-0 {
68496852 min-inline-size: calc(var(--spacing) * 0);
68506853 }
Original file line number Diff line number Diff line change @@ -362,5 +362,8 @@ module.exports = `
362362 .min-bs-svh {
363363 min-block-size: 100svh;
364364 }
365+ .min-bs-theme-variable {
366+ min-block-size: calc(var(--spacing) * 35);
367+ }
365368 }
366369` ;
Original file line number Diff line number Diff line change 7070 < div class ="min-bs-min "> </ div >
7171 < div class ="min-bs-max "> </ div >
7272 < div class ="min-bs-fit "> </ div >
73+ < div class ="min-bs-theme-variable "> </ div >
7374 </ body >
7475</ html >
You can’t perform that action at this time.
0 commit comments