Skip to content

Commit de75904

Browse files
committed
Use CSS vars for .s-modal__full
@aaronshekey yell at me if we shouldn't do this
1 parent c2b6beb commit de75904

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/css/components/_stacks-modals.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,6 @@
128128
// $ SIZES
129129
// ----------------------------------------------------------------------------
130130
.s-modal__full {
131-
max-width: calc(~"100% - @{su48}");
132-
max-height: calc(~"100% - @{su48}");
131+
max-width: calc(100% - var(--su48));
132+
max-height: calc(100% - var(--su48));
133133
}

0 commit comments

Comments
 (0)