From 17402a1976eb827188fad5bfae686964f9b010c7 Mon Sep 17 00:00:00 2001 From: Andrey Date: Sat, 28 Oct 2017 08:05:08 +0300 Subject: [PATCH] Turn ha-cards.html into ES6 class (#533) --- src/components/ha-cards.html | 179 ++++++++++++++++------------------- 1 file changed, 82 insertions(+), 97 deletions(-) diff --git a/src/components/ha-cards.html b/src/components/ha-cards.html index e815f2be6e..a718285340 100644 --- a/src/components/ha-cards.html +++ b/src/components/ha-cards.html @@ -1,4 +1,4 @@ - + @@ -46,7 +46,6 @@ max-width: 600px; } } -
@@ -77,11 +76,9 @@