Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shim styling: need to support ^ and ^^ when they are defined outside of <polymer-element> #354

Closed
frankiefu opened this issue Nov 25, 2013 · 0 comments
Assignees

Comments

@frankiefu
Copy link
Member

Currently shim styling processes ^ and ^^ when they are defined inside of <polymer-element>. But when they are defined outside of <polymer-element> shim styling doesn't process them. e.g.

<head>
  <style>
    body ^^ x-foo {
      ...
    }
  </style>
</head>

We need to provide a tool and/or make html import to process stylesheet that contains ^ and ^.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants