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
This produces no padding.
<Grid.Box lg={{ width: '50%', paddingRight: '80px' }} md={{ width: '100%' }} >
This works fine.
<Grid.Box lg={{ width: '50%', padding: '80px' }} md={{ width: '100%' }} >
The text was updated successfully, but these errors were encountered:
Thanks for the report! The issue is that currently, the supported styled are hardcoded here
I'm going to go ahead and rewrite the generateStyles() function to allow more modularity with the styles. I'll update you here 👌
generateStyles()
Sorry, something went wrong.
make generateStyles more modular (#330)
5db53da
Just released v1.0.1, which has the fix for this in it. Let me know if you have any other issues 😸
No branches or pull requests
This produces no padding.
This works fine.
The text was updated successfully, but these errors were encountered: