-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[HiddenCss] Fix warning when using custom breakpoints #18382
[HiddenCss] Fix warning when using custom breakpoints #18382
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, we have a couple of more issues related to custom breakpoints (it's not really supported yet #11649). One at the time :)
I just noticed this when going over some missed lines in code coverage and this caught my eye. Since it required implementation changes I opened this separately. |
Co-Authored-By: Olivier Tassinari <olivier.tassinari@gmail.com>
Details of bundle changes.Comparing: 805d358...c577546
|
Fixes false positive warning when using
The default value story can be considered in a separate PR.