+ 2
[ANSWERED] Does the order of properies matter when using shorthand properties?
And if it does, does it matter in all shorthand properties?
2 Respuestas
+ 2
It depends of css style, for margin is important, but for border is not.
I suggest you to always write in same way as everyone because this make code easier to maintain, if you work with others.
Check this for more info
www.hongkiat.com/blog/css-shorthand-longhand-notations/amp/
0
What do you mean by shorthand properties. Could you give an example?