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 will output two of the same selectors in the final CSS file, which seems wasteful.
Is there any way to combine properties, so the CSS just prints one selector?
html {
color: red;
left: 4px;
}
The text was updated successfully, but these errors were encountered:
folosophy
changed the title
Possible to combine properties of same selector in different places?
Possible to merge properties of same selector in different places?
Aug 4, 2017
Let's say I have the following:
This will output two of the same selectors in the final CSS file, which seems wasteful.
Is there any way to combine properties, so the CSS just prints one selector?
The text was updated successfully, but these errors were encountered: