Sunday, April 7, 2013

Re: How to use images in CSS ClientBundle?

Very useful, thanks for the comprehensive answer.

Yes probably having images externally is what I want, because I'm trying to define a linear gradient with an image as follows:

    background-image: url(ok.png) no-repeat 5px, -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));


Or would you have a better solution for this other than placing them in a static folder (called "public" according to your suggestion).

--
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment