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.
inset-*
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The value of inset-block and inset-inline is defined as <top>{1,2}, and that of inset is <top>{1,4}.
inset-block
inset-inline
<top>{1,2}
inset
<top>{1,4}
These should be <'top'>{1,2} and <'top'>{1,4} instead.
<'top'>{1,2}
<'top'>{1,4}
The text was updated successfully, but these errors were encountered:
Fixed by @cdoublev in 743af48 nine months ago, marking this closed. :) Thanks for the report!
Sorry, something went wrong.
No branches or pull requests
The value of
inset-block
andinset-inline
is defined as<top>{1,2}
, and that ofinset
is<top>{1,4}
.These should be
<'top'>{1,2}
and<'top'>{1,4}
instead.The text was updated successfully, but these errors were encountered: