Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Mention non-default built-in iconset import
Browse files Browse the repository at this point in the history
If you want to use the non-default built-in iconset, you'll need to include an import for the relevant iconset. This was missing in the docs.
  • Loading branch information
leonderijke committed Jul 9, 2014
1 parent 06eb6ce commit 3c12e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-icon.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
See [core-iconset](#core-iconset) and [core-iconset-svg](#core-iconset-svg) for more information about
how to use a custom iconset.
See [core-icons](http://www.polymer-project.org/components/core-icons/demo.html) for the default set of icons. To use the default set of icons you'll need to include an import for `core-icons.html`.
See [core-icons](http://www.polymer-project.org/components/core-icons/demo.html) for the default set of icons. To use the default set of icons you'll need to include an import for `core-icons.html`. To use a different built-in set of icons, you'll need to include an import for `core-icons/iconsets/<iconset>.html`.
@group Polymer Core Elements
@element core-icon
Expand Down

0 comments on commit 3c12e55

Please sign in to comment.