I assume if you don't run vulcanize it works?

On Thu, May 22, 2014 at 2:27 PM, Timothy Willis <[email protected]>wrote:

> HI Eric, thanks for the response.
>
> I guess my desktop version of chrome hasn't updated and my tablet version
> has - I thought the app was working fine the other day on my tablet.
>
> I thought it may have something to do with vulcanizer, but I did an npm
> install -g vulcanizer, re-ran it, and got the same results. I also did a
> bower update and my polymer and polymer versions say @version: 0.2.3. I
> have also tried it without the --inline.
>
> thanks
> Tim
>
>
>
>
>
> Tim Willis
>
>
> On Thu, May 22, 2014 at 4:55 PM, Eric Bidelman <[email protected]> wrote:
>
>> Your styles aren't being applied because they're not outside of the
>> element definition. The Shadow DOM boundary is kicking in and preventing
>> outside styles from bleeding in. It works correctly in FF because that is
>> using the SD polyfill. BTW, Chrome stable now has native Shadow DOM. You
>> should be seeing the same issue there as of yesterday.
>>
>> vulcanizer --inline should be inlining stylesheets into your element but
>> it doesn't move them outside the element. See chromestatus.com as an
>> example. The <style> tags remain in the element.
>>
>> Are you using an old version of Vulcanizer or doing something else?
>>
>>
>> On Thu, May 22, 2014 at 8:19 AM, Tim <[email protected]> wrote:
>>
>>> 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 [email protected].
>>>
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/polymer-dev/1069e63c-46d9-47d6-b8e4-e75bff3a8262%40googlegroups.com<https://groups.google.com/d/msgid/polymer-dev/1069e63c-46d9-47d6-b8e4-e75bff3a8262%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>

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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/polymer-dev/CACGqRCAby7QoD5Jcy_RWBLHRyF%3D%2Bjdt7HYpju4SbqFxBhnVpNQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to