Re: [css-variables] ...let's change the syntax

> > An issue we're bumping into in the sass community now is namespace 
> > collisions from 3rd-party libraries. It would be nice if CSS could avoid 
> > our mistake by forcing a namespace for custom properties.
>
> That's why I'd prefer "underscore anywhere in the name" over "leading
> underscore" - you can put the namespace before the underscore, leading
> to a nice visual separation.

Then I think we misread your proposal. If your proposal is to allow things 
like

{
    some_property: ...;
}

then I'm fine with it; I don't have a strong reason to prefer "." over "_" 
(and I'm probably leaning towards "_" in this case) 

Received on Thursday, 13 March 2014 17:59:37 UTC