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
Hi, can I change css "width rules"? In my case xs is to wide, so I would like to change for example:
@media only screen and (min-width: 48em) to @media only screen and (min-width: 33em)
and so on. But it is a built-in css. There is any possibility to change it?
Thanks. Karl
The text was updated successfully, but these errors were encountered:
+1 Please add variable support for this. So we can change them.
Sorry, something went wrong.
I will accept pull requests.
Sent with GitHawk
No branches or pull requests
Hi, can I change css "width rules"? In my case xs is to wide, so I would like to change for example:
@media only screen and (min-width: 48em)
to
@media only screen and (min-width: 33em)
and so on. But it is a built-in css. There is any possibility to change it?
Thanks.
Karl
The text was updated successfully, but these errors were encountered: