GoogleWebComponents / google-signin

Google Sign-in web component
https://elements.polymer-project.org/elements/google-signin
Other
279 stars 89 forks source link

iron-flex-layout-classes #132

Closed AdamZiegler closed 8 years ago

AdamZiegler commented 8 years ago

Line 8 of google-signin.html is using the old iron-flex method and is throwing errors: <link rel="import" href="../iron-flex-layout/classes/iron-flex-layout.html">

Should be: <link rel="import" href="../iron-flex-layout/iron-flex-layout-classes.html"> or <link rel="import" href="../iron-flex-layout/iron-flex-layout.html">

arthurevans commented 8 years ago

:+1: We should also replace the current link<rel="import" type="css"> with a style module.

ebidel commented 8 years ago

@addyosmani can you look at this?