googlearchive / core-style

Manage styling inside other elements and can be used to make themes.
https://www.polymer-project.org/0.5/docs/elements/core-style.html
10 stars 13 forks source link

Multiple core-style id's #17

Open gertcuykens opened 9 years ago

gertcuykens commented 9 years ago

view-source:https://www.polymer-project.org/components/core-style/demo.html view-source:https://www.polymer-project.org/components/core-style/my-theme.html view-source:https://www.polymer-project.org/components/core-style/elements.html

Would be less confusing if elements.html used inline <style> tags and my-theme.html <core-style>

Using multiple core-styles with the same id can't be good considering vulcanizing etc.

2x <core-style id="my-toolbar">
2x <core-style id="my-panel">