DEV Community

Discussion on: 6 CSS Shorthand properties to improve your web application

Collapse
 
iamfrntdv profile image
Eduard Pochtar 👨‍💻

What is performance difference between using "margin" and "margin-left, margin-right" or other css properties? Did you measure it?

How do css shorthands impact page performance?
How do css shorthands impact SEO?
Do you have any research?

Why should developer care about manual code minification and micro optimisation when this can be automated?

"Shorthands are better to read" is very subjective opinion especially when order of values is not strict like in background or font.