CSS Shorthand Syntax Considered an Anti-Pattern
http://csswizardry.com/2016/12/css-shorthand-syntax-considered-an-anti-pattern/ [csswizardry.com]
2016-12-15 17:22
Typically we would view shorthand syntax as a benefit: fewer keystrokes, fewer lines of code, less data over the wire. Sounds great! However, it comes with a rather troublesome side effect: it often unsets other properties that we never intended to modify.
Sometimes the hard ways are the best ways.