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
When this rule is activate the @media screen and (max-width: 992px) are changed to @media screen and (width <= 992px)
But this code doesn't work on many version of iOS (iOS 16 for example)
Please add "media-feature-range-notation": null in the stylelint configuration
The text was updated successfully, but these errors were encountered:
@pierredelobel62 Thanks for letting us know that the "media-feature-range-notation" rule is causing problems on certain iOS versions. We've tried to replicate the problem on our end, but unfortunately, we weren't able to reproduce it. Could you please provide more details or steps to help us understand the issue better?
When this rule is activate the
@media screen and (max-width: 992px)
are changed to@media screen and (width <= 992px)
But this code doesn't work on many version of iOS (iOS 16 for example)
Please add
"media-feature-range-notation": null
in the stylelint configurationThe text was updated successfully, but these errors were encountered: