Skip to content

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

@frankiefu

Description

@frankiefu

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 ^.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions