Hi, I have been building a new site with polymer. Looks fine in ff and chrome stable, but canary and chome on my tablet look the css is not getting used. The css is outside the head because I use the vulcanizer --inline to bundle my html, css and js together. You can view the issue by going to mylivechurch.com. Thanks, Tim.
Follow Polymer on Google+: plus.google.com/107187849809354688692
---
You received this message because you are subscribed to the Google Groups "Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to polymer-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/1069e63c-46d9-47d6-b8e4-e75bff3a8262%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I was looking at the chromestatus.com and how all the li's #shadow-root all have the same <style>...</style> inside them(atleast the three I looked at). I am using styles both inside and outside the custom element to style the custom elements. Are the styles outside the custom elements no longer able to style the "stuff" inside the custom elements?