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
Say you've got breakpoints [400, 800]:
[400, 800]
css({ pt: [2, 4, 6], '@media (min-width: 800px)': { pt: 8, } })
pt at 800px is going to be 6, since the custom media defined will actually overwrite the pt abbrev.
pt
800px
6
The text was updated successfully, but these errors were encountered:
Same issue here with borderRadius
Sorry, something went wrong.
03f9359
fix: custom media overrides
ba1a813
fixes #7
chore(release): 3.2.1 [skip ci]
84bddb7
## [3.2.1](v3.2.0...v3.2.1) (2021-12-21) ### Bug Fixes * custom media overrides ([ba1a813](ba1a813)), closes [#7](#7)
🎉 This issue has been resolved in version 3.2.1 🎉
The release is available on:
Your semantic-release bot 📦🚀
No branches or pull requests
Say you've got breakpoints
[400, 800]
:pt
at800px
is going to be6
, since the custom media defined will actually overwrite thept
abbrev.The text was updated successfully, but these errors were encountered: