Re: [csswg-drafts] [css-transforms] Named rotation axis

To make the order interchangeable, use [`&&`](https://www.w3.org/TR/css-values-3/#component-combinators). Amelia's suggestion becomes

```
rotate: none | [ 2d | x | y | z | <number>{3} ]? && <angle> 
```


-- 
GitHub Notification of comment by ewilligers
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2130#issuecomment-363387115 using your GitHub account

Received on Tuesday, 6 February 2018 10:57:05 UTC