Skip to content

Commit aa82e56

Browse files
committed
XHRing stylesheets is the default.
1 parent 0a8d8f9 commit aa82e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/polymer/styling.md

+1-1
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>

0 commit comments

Comments
 (0)