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
I want to use media queries on the Box component with custom values the same way I'm using them on values from MacawUI.
Box
<Box height={{ mobile:0, desktop: 'full'}} />
<Box __height={{ mobile: '100px' , desktop: '200px' }} />
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open 14 days with no activity.
Sorry, something went wrong.
No branches or pull requests
What I'm trying to achieve
I want to use media queries on the
Box
component with custom values the same way I'm using them on values from MacawUI.Value from MacawUI
Custom value
Describe a proposed solution
Acceptance Criteria
Screenshots or mockups
The text was updated successfully, but these errors were encountered: