Brad Kemper wrote: > > > I don't have a problem with a change to the core syntax, if it is a > change that makes sense. But if it does matter, we could go with > something more conforming, like this: > > div { > background-color: blue; > var-group: $complex-variable; > color:white; > } > > Not sure we need the dollar sign there any more though with that. > Say, I have: @define { complex-variable: { color:red; var-group: $another-complex-variable; } another-complex-variable: { color:maroon; var-group: $complex-variable; } } div { color:white; background-color: blue; var-group: $complex-variable; } div { color:blue; var-group: $another-complex-variable; } What would be a color of the div text at the end: <div> What color is this? </div> -- Andrew Fedoniouk. http://terrainformatica.comReceived on Thursday, 31 July 2008 16:41:07 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 27 April 2009 13:55:10 GMT