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
In your example, if we set background-size instead of background-position we will get the same issue, I got this in my project... Is this too hard to place resolution query immediately after the initial declaration block?
Uh oh!
There was an error while loading. Please reload this page.
Given this css:
postcss-at2x will output:
The
resolution
media query is after themin-width
query, sobackground-position
gets overridden.I see two potential fixes:
background-image
2 looks like the easiest option, I'm going to take a look at that now.
The text was updated successfully, but these errors were encountered: