Sunday, August 21, 2016

Re: Using Element Queries (EQCSS) with GSS?


Unfortunately, using a separate TextResource isn't quite what I'm looking for. I want the best of both worlds. :)

Hm looking at the syntax of EQCSS again, it seems that you have to fork GWT anyways, because even if GSS would allow @element you would still need to obfuscate the selector (css id of class) if its a non-external css class/id managed by CssResource.

Alternatively you could try to implement your own EqCssResource and write your own EqCssResourceGenerator since the ClientBundle/Resource mechanism is extendable in GWT for custom resources.

-- J.

--
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 https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment