Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 606 Bytes

polymer_styling.adoc

File metadata and controls

8 lines (5 loc) · 606 Bytes

Styling

See the Polymer’s styling guide. The most noticeable difference between traditional approach is how global styles are specified. Since Polymer elements use Shadow DOM global styles do not leak inside the components. You need to use style-modules instead. There is a shares-styles.html file in Polymer client which is automatically being imported to any new component created in Studio.