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
Then .news.module will end up with a transparent background color (instead of white) because the shorthand rule "resets" the value of background-color to its initial value—which is transparent.
The text was updated successfully, but these errors were encountered:
Let's imagine this scenario:
HTML
CSS
If shrthnd.js converts the above into this:
Then
.news.module
will end up with a transparent background color (instead of white) because the shorthand rule "resets" the value ofbackground-color
to its initialvalue
—which istransparent
.The text was updated successfully, but these errors were encountered: