Friday, March 28, 2014

Re: remote source file in ui:style



On Friday, March 28, 2014 6:29:55 PM UTC+1, Leon wrote:
Can I use <ui:style src="http://www-c0-css.cc.uga.edu/uga/css/ugastyle-7.css" /> in a uibinder file?  I don't want ugastyle-7.css to be compiled by GWT and transformed into an obfuscated, minimized and optimized version

Just use an @import CSS rule within your <ui:style>:

@import url('http://www-c0-css.cc.uga.edu/uga/css/ugastyle-7.css');

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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