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
+1-1
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:
0 commit comments