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 @@ -5950,6 +5950,9 @@ module.exports = `
59505950 .bs-svh {
59515951 block-size: 100svh;
59525952 }
5953+ .bs-theme-variable {
5954+ block-size: calc(var(--spacing) * 35);
5955+ }
59535956 .divide-b-reverse {
59545957 & > :not(:last-child) {
59555958 --tw-divide-b-reverse: 1;
Original file line number Diff line number Diff line change @@ -410,5 +410,8 @@ module.exports = `
410410 .bs-svh {
411411 block-size: 100svh;
412412 }
413+ .bs-theme-variable {
414+ block-size: calc(var(--spacing) * 35);
415+ }
413416 }
414417` ;
Original file line number Diff line number Diff line change 5959 < div class ="bs-min "> </ div >
6060 < div class ="bs-max "> </ div >
6161 < div class ="bs-fit "> </ div >
62+ < div class ="bs-theme-variable "> </ div >
6263 </ body >
6364</ html >
You can’t perform that action at this time.
0 commit comments