Skip to content

Commit

Permalink
Update custom-style.html
Browse files Browse the repository at this point in the history
  • Loading branch information
katejeffreys authored May 24, 2017
1 parent eeb7302 commit cf105c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/custom-style.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
</html>
```
Note, all features of `custom-style` are available when defining styles as part of Polymer elements (e.g. `<style>` elements within `<dom-module>`'s used for defining Polymer elements. The `custom-style` extension should only be used for defining document styles, outside of a custom element's local DOM.
Note, all features of `custom-style` are available when defining styles as part of Polymer elements, e.g. `<style>` elements within `<dom-module>`'s used for defining Polymer elements. The `custom-style` extension should only be used for defining document styles, outside of a custom element's local DOM.
-->

Expand Down

0 comments on commit cf105c4

Please sign in to comment.