There's no "mixins" in CssResources. We floated the idea of integrating Closure Stylesheets with ClientBundle, but despite general traction I don't think anyone actually started working on it.
On Sunday, July 15, 2012 2:47:47 PM UTC+2, Ed wrote: > > I have a few style rules like for example: > -webkit-user-select: none; > user-select: none; > > that occur at more then 1 place in css files. > Is there a way put these styles in a central css file and import/include > them? > > I could give them their own Class name, like BLA, and set that on the > widget, but that's not very transparent and L&F independent. For example: > suppose this BLA style will be required to horizontal center the widget, > you don't want the widget to be aware of a centered layout.. > > Or it would be nice to set this class name BLA everywhere where another > class FOO is used through config..... But I don't think this possible? > > - Ed > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/GvHgJavRL0MJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
