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
body {
color: black
}@
media(-webkit - min - device - pixel - ratio: 2) {
background: white
}
while expected result is
body {
color: black
}
@media(-webkit-min-device-pixel-ratio: 2) {
background: white
}
The text was updated successfully, but these errors were encountered:
sheershoff
changed the title
Beautifying css tears @media in two lines
Beautifying css tears @media in two lines, adds spaces in names with hyphens
Mar 18, 2015
turns
while expected result is
The text was updated successfully, but these errors were encountered: