Open NickdeK opened 6 years ago
Following the instructions on the setup page doesn't show the icon.
Following the instructions exactly should show the demo icon.
Element is rendered and styling is applied but icon is not showing.
Don't have a live demo, no online editor is available?
The import lines are sorted wrong, iron-icons should be loaded first and iron-icon second.
iron-icons
iron-icon
<script type="module"> import '@polymer/iron-icon/iron-icons'; import '@polymer/iron-icons/iron-icon'; </script>
Still not working
Description
Following the instructions on the setup page doesn't show the icon.
Expected outcome
Following the instructions exactly should show the demo icon.
Actual outcome
Element is rendered and styling is applied but icon is not showing.
Live Demo
Don't have a live demo, no online editor is available?
Steps to reproduce
Browsers Affected
Solution / workaround
The import lines are sorted wrong,
iron-icons
should be loaded first andiron-icon
second.