iron-flex-layout-classes
Closed this issue · 2 comments
AdamZiegler commented
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
👍 We should also replace the current link<rel="import" type="css">
with a style module.
ebidel commented
@addyosmani can you look at this?