GoogleWebComponents/google-signin

iron-flex-layout-classes

Closed this issue · 2 comments

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">

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

@addyosmani can you look at this?