You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/polymer/styling.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -207,7 +207,7 @@ that contain rules which need to be in the global scope (e.g. `@keyframe` and `@
207
207
208
208
## Including stylesheets in an element
209
209
210
-
{{site.project_title}} allows you to include stylesheets in your `<polymer-element>` definitions, a feature not supported natively by Shadow DOM. {{site.project_title}} transmutes `<link rel="stylesheet">` stylesheets into equivalent `@import` rules. That is:
210
+
{{site.project_title}} allows you to include stylesheets in your `<polymer-element>` definitions, a feature not supported natively by Shadow DOM. That is:
211
211
212
212
<polymer-element name="my-element">
213
213
<template>
@@ -292,7 +292,7 @@ This ensures styling does not leak outside the element's shadowRoot (e.g. upper
292
292
Note, this technique does not enforce lower bound encapsulation. For that,
293
293
you need to [forcing strict styling](#strictstyling).
294
294
295
-
1.**Replace `/shadow/` and `/shadow-deep/`** with a `<space>` character.
295
+
1.**Replace `/shadow/` and `/shadow-deep/`** with a `<space>` character.
0 commit comments