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
Example:
If I'm on a large screen and I write:
<Grid.Unit width={{ sm:0, md:1/2, lg: 1/3}} />
This does work for me, however if I write the object in any other order, for instance:
<Grid.Unit width={{lg: 1/3, md:1/2, sm:0}} />
I always get a 50% width, on a large screen size.
EDIT: I get 50%, not 0%
The text was updated successfully, but these errors were encountered:
Thanks for the report! Probably a bug in styled-components-breakpoint. I'll look at it in the next few days.
styled-components-breakpoint
Sorry, something went wrong.
few years...
No branches or pull requests
Example:
If I'm on a large screen and I write:
This does work for me, however if I write the object in any other order, for instance:
I always get a 50% width, on a large screen size.
EDIT: I get 50%, not 0%
The text was updated successfully, but these errors were encountered: