PolymerElements / paper-button

A button à la Material Design
https://www.webcomponents.org/element/PolymerElements/paper-button
138 stars 64 forks source link

paper-button currently imports deprecated iron-flex-layout #178

Closed Prithvirajbilla closed 5 years ago

Prithvirajbilla commented 5 years ago

Description

paper-button currently imports deprecated iron-flex-layout.html which throws a warning. https://github.com/PolymerElements/paper-button/blob/master/paper-button.html#L12 we should import iron-flex-layout/iron-flex-layout-classes.html instead. https://github.com/PolymerElements/iron-flex-layout/blob/master/iron-flex-layout-classes.html#L17

warning

This file is deprecated. Please useiron-flex-layout/iron-flex-layout-classes.html, and one of the specific dom-modules instead (anonymous) @ iron-flex-layout.html:14

Happy to submit a PR

Thanks

Prithvirajbilla commented 5 years ago

nvm. I understood this wrong. this is not an issue