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
@media screen and (min-width: 640px) and screen and (min-width: 1280px) {
font-size: 80px;
}
In our scenario we use mixins for font sizes, and the code surrounding it uses media queries to control the layout, which resulted in the above situation. We worked around it by dropping the screen-criteria in the mixins, but that might not be applicable everywhere.
(Our lessc version is 1.7.0.)
The text was updated successfully, but these errors were encountered:
Hi,
a structure like this:
generates css-code like this:
In our scenario we use mixins for font sizes, and the code surrounding it uses media queries to control the layout, which resulted in the above situation. We worked around it by dropping the screen-criteria in the mixins, but that might not be applicable everywhere.
(Our lessc version is 1.7.0.)
The text was updated successfully, but these errors were encountered: