We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Collecting a list of small CSS changes to make to the default theme here, and once the list is large enough I can do a full PR.
:root
p { text-align: "justify" }
table
width: 100%
min-width: 100%
rem
em
only
@media
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Collecting a list of small CSS changes to make to the default theme here, and once the list is large enough I can do a full PR.
:root
p { text-align: "justify" }
(justified text alignment #353)table
width: 100%
->min-width: 100%
?rem
instead ofem
only
keyword in@media
queries. that is only needed for legacy browsers we dont supportThe text was updated successfully, but these errors were encountered: