Re: [css-syntax][css-variables] Extend !important to !<anything>*

On Fri, Jun 14, 2013 at 4:44 PM, Simon Sapin <simon.sapin@exyr.org> wrote:
> Cool. I think we’ll want not just one but a set of bang/annotation values:
>
>   var-highlight-color: #0099cc !important !type(color);
>
> But that’s part of the details we can figure out as we go along.

Yes.  I was thinking it would look like "#0099cc !important
type(color);", so the ! is only used once, to separate the declaration
into a value and an annotation.  But whatever.

~TJ

Received on Friday, 14 June 2013 15:02:26 UTC