Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Compatibility with Iron Icons (And other Iron Widgets) on legacy browsers #5

Open
jamesrboatwright opened this issue Dec 15, 2016 · 0 comments
Assignees

Comments

@jamesrboatwright
Copy link

I'm running into an issue with using Polymer CSS build with Iron Icon. It looks that CSS Build will remove duplicates of CSS properties that are inside a CSS Mixin. This causes problems when using Iron Icon, because it uses duplicate CSS properties as a fallback for legacy browsers.

So this

--layout-inline: { display: -ms-inline-flexbox; display: -webkit-inline-flex; display: inline-flex; };

Becomes

--layout-inline: { display: inline-flex; };

This is particularly a problem when you have to support legacy browsers and devices. Thank you

@dfreedm dfreedm self-assigned this Jan 3, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants