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
Hi, I'm just reading up about atomic CSS for the first time in the Compiled documentation and had a question.
So far it's clear to me how atomic CSS reduces the size of CSS bundles, my question is does it also have an effect after gzipping? For instance, say a property like color: red is repeated over and over in a CSS file. My assumption is that gzip would compress all references to that property after the first one, and so my question is does atomic CSS compress it even further?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I'm just reading up about atomic CSS for the first time in the Compiled documentation and had a question.
So far it's clear to me how atomic CSS reduces the size of CSS bundles, my question is does it also have an effect after gzipping? For instance, say a property like
color: red
is repeated over and over in a CSS file. My assumption is that gzip would compress all references to that property after the first one, and so my question is does atomic CSS compress it even further?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions