Skip to content

Commit 242c51f

Browse files
authored
feat(normalize): add interpolate-size to :root (#531)
1 parent ecdc5db commit 242c51f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

css/packs/normalize/normalize.src.css

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
@supports (transition-timing-function: linear(0, 1)) {
1111
--transition-focus: outline-offset 145ms var(--ease-spring-3);
1212
}
13+
14+
interpolate-size: allow-keywords;
1315
}
1416

1517
:where(:not(dialog)) {

0 commit comments

Comments
 (0)