Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
Style includes use <dom-module>, not Html Imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rictic authored Sep 19, 2018
1 parent 705fa18 commit fccf67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/3.0/docs/devguide/style-shadow-dom.md
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ customElements.define('using-dir-selector', UsingDirSelector);

The preferred way to share styles is with *style modules*. You can package up styles in a style module, and share them between elements.

**The following process is a workaround.** While Polymer 3.0 does not use HTMLImports, style modules do. The following process is a workaround for this fact. This process may be updated as required.
**The following process is a workaround.** While Polymer 3.0 does not use `<dom-module>` elements for templating, style modules do. The following process is a workaround for this fact. This process may be updated as required.
{ .alert }

To create a style module:
Expand Down

0 comments on commit fccf67f

Please sign in to comment.