- From: Martin Auswöger via GitHub <sysbot+gh@w3.org>
- Date: Fri, 18 Nov 2016 08:51:55 +0000
- To: public-css-archive@w3.org
> If you want to leave one of the longhand values alone, why not just use the other longhand properties? I think because it could be much shorter this way for some cases, e.g.: ```css margin-top: 1em; margin-right: 1em; margin-left: 1em; ``` compared to: ```css margin: 1em 1em *; ``` -- GitHub Notification of comment by ausi Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/733#issuecomment-261479622 using your GitHub account
Received on Friday, 18 November 2016 08:52:01 UTC