Skip to content

Commit 573f86d

Browse files
committed
pointing out optional placement of script
as by comment from @addyosmani
1 parent 67186d9 commit 573f86d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/polymer/styling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The veiling process can be used to prevent FOUC at times other than page load. T
8282
</script>
8383
</polymer>
8484

85-
Be careful to put the stylesheet inside the template and the `<script>` tag below the template.
85+
Be careful to put the stylesheet inside the template. We recommend putting the `<script>` tag below the template, especially if you include a stylesheet, however note this is optional otherwise.
8686

8787
## Polyfill CSS selectors {#directives}
8888

0 commit comments

Comments
 (0)