Sometimes I find myself needing to remove a border (often on `last-child` elements), but the following produces invalid CSS: ```haskell borderRight none none none -- gives "border-right: none none none;" which the browser (Firefox in this case) rejects ``` Valid CSS would be `border-right: none` but I don't see a way to achieve this with Clay.