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 one really surprised me - it did it with color, background, lots of things!
html {
background: red;
}
html {
background: orange;
}
html {
background: yellow;
}
html {
background: green;
}
html {
background: blue;
}
html {
background: indigo;
}
html {
background: violet;
}
This one really surprised me - it did it with
color
,background
, lots of things!correct minification
CSSnano output
background
properties even though it can predict they won't applyThe text was updated successfully, but these errors were encountered: