Skip to content

Commit 82d7ff1

Browse files
committed
Merge branch 'master' of github.com:Polymer/docs
2 parents 0017bbb + aa82e56 commit 82d7ff1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/polymer/styling.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ that contain rules which need to be in the global scope (e.g. `@keyframe` and `@
207207

208208
## Including stylesheets in an element
209209

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:
211211

212212
<polymer-element name="my-element">
213213
<template>
@@ -292,7 +292,7 @@ This ensures styling does not leak outside the element's shadowRoot (e.g. upper
292292
Note, this technique does not enforce lower bound encapsulation. For that,
293293
you need to [forcing strict styling](#strictstyling).
294294

295-
1. **Replace `/shadow/` and `/shadow-deep/` ** with a `<space>` character.
295+
1. **Replace `/shadow/` and `/shadow-deep/`** with a `<space>` character.
296296

297297
### Forcing strict styling {#strictstyling}
298298

0 commit comments

Comments
 (0)