Hi,
-- Is there any way to use @CssResource.Import but without applying any prefix to imported classes? So it behaves similar as extending the CSS interface with the base one annotated with @CssResource.Shared. The problem with extending the interface is that it requires to write all classes in CSS that were declared in the base interface. CssResource.ImportedWithPrefix with empty prefix ("") doesn't help - there is still "-" (dash) added in front.
As of use case. We have a design team that is witting CSS that then are used directly in GWT. We still want to use advantages of CssResource, but it would be difficult to tell designers that here they should write the prefix and there not. Especially that they test CSS with a plain HTML, so that would not even work.
Thanks,
Marcin Okraszewski
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment