PolymerElements / iron-icons

A set of icons for use with iron-icon
https://www.webcomponents.org/element/PolymerElements/iron-icons
105 stars 61 forks source link

--layout-flex-1 mixin used iron-flex-layout doesn't provide it #54

Closed zoechi closed 8 years ago

zoechi commented 8 years ago

https://github.com/PolymerElements/iron-icons/blob/master/demo/index.html#L84 uses --layout-flex-1 but iron-flex-layout only provides --layout-flex-2 to --layout---layout-flex-12`. Is this a bug or do I miss something?

notwaldorf commented 8 years ago

Yup, looks like a bug! I think it should probably just be layout-flex. Would you like to write a patch for this? We'd be more than happy to walk you through the steps involved.

zoechi commented 8 years ago

Sorry, I use only Dart and try to avoid the effort setting a JS environment up where I can run tests and probably other things necessary.

notwaldorf commented 8 years ago

No worries! Maybe somebody else will take a look :)