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
This works fine in Chrome and Mozilla but in IE 11 seems to have some problems. It takes only the last selector (min-width in this case) and transforms to something like this(image below). Any ideas whats wrong or how to fix this?
I am using css-element-queries v1.2.2
The text was updated successfully, but these errors were encountered:
Hi, sorry for a long response, just got time to create a reproduction.
In this demo div blocks should react to both width and height (simultaneously) change and change font-size depending on its values.
Hi, I met some problems using min-width and min-height selectors simultaneously. Here is the peace of code.
This works fine in Chrome and Mozilla but in IE 11 seems to have some problems. It takes only the last selector (min-width in this case) and transforms to something like this(image below). Any ideas whats wrong or how to fix this?
I am using css-element-queries v1.2.2
The text was updated successfully, but these errors were encountered: