We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b87a7c4 commit e6f71aaCopy full SHA for e6f71aa
src/base/_reset.scss
@@ -26,7 +26,7 @@ video,
26
canvas,
27
svg {
28
display: block;
29
- max-width: 100%;
+ max-inline-size: 100%;
30
}
31
32
input,
@@ -124,11 +124,11 @@ sup {
124
125
126
sub {
127
- bottom: -0.25em;
+ inset-block-end: -0.25em;
128
129
130
sup {
131
- top: -0.5em;
+ inset-block-start: -0.5em;
132
133
134
a {
0 commit comments