From fccf67f4ed391561340577612fcbe73cb3c7c9d0 Mon Sep 17 00:00:00 2001 From: Peter Burns Date: Wed, 19 Sep 2018 11:28:28 -0700 Subject: [PATCH] Style includes use , not Html Imports --- app/3.0/docs/devguide/style-shadow-dom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/3.0/docs/devguide/style-shadow-dom.md b/app/3.0/docs/devguide/style-shadow-dom.md index 8f6d569167..29da18b5b6 100644 --- a/app/3.0/docs/devguide/style-shadow-dom.md +++ b/app/3.0/docs/devguide/style-shadow-dom.md @@ -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 `` 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: