-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
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
@initial
overriding other responsive variant values
#737
Comments
@initial
overriding other responsive variant values
@jonathantneal followed steps provided and verified as a bug. |
I just ran into this issue, any ETA or help needed investigating? |
this is now fixed in #875 and is pending release so i'm gonna keep the issue open until we release it publicly |
This is now fixed in a release candidate under the version Please, don't hesitate in providing us with any feedback regarding this release. very much appreciated 🙏 |
Published under |
Bug report
Describe the bug
When using the responsive variant syntax I have observed that the
@initial
value sometimes overrides what is specified at@md
.To Reproduce
Code Sandbox: https://codesandbox.io/s/responsive-variants-t11m4?file=/src/App.tsx
/b
the Icon's@md
value is being overwritten by the@initial
value@md
value is now overriding the@initial
value.@md
value is being overwritten by the@initial
valueExpected behavior
I would expect that the
@initial
value is always overwritten by@md
(when we are above > 768px).Screenshots
@initial
overwriting@md
:@md
overwriting@initial
after refresh:The text was updated successfully, but these errors were encountered: