You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@sanandnarayan absolutely! Sorry I missed this last night, but no need to ask permission, especially if it's something that has a bug label. TBH, I'm not sure what the best way to fix this is since it's sort of happening because of CSS specificity, but it's not the intended behavior
@sanandnarayan if you're still interested in taking a stab at this, feel free to open a PR, but I'm going to close this issue for now and maybe revisit it in @styled-system/css at some point in the future
When the developer sets the value only for the first viewport, The CSS props function is unable to override all viewport values of the theme config .
I expected this to override the the larger viewports as well. But i had to explicitly set the value for all viewports.
I have reproduced the issue in this codesanbox. you can reproduce the issue by resizing
Is this the intended behaviour? If not, can we filter the props and merge in jsx function/pragma?
The text was updated successfully, but these errors were encountered: