Fix map CSS inlining by vulcanize

This commit is contained in:
Paulus Schoutsen 2016-02-08 21:57:42 -08:00
parent de22de9a08
commit 4900a9f608

View File

@ -6,7 +6,7 @@
<link rel="import" href="../../bower_components/leaflet-map/leaflet-map.html"> <link rel="import" href="../../bower_components/leaflet-map/leaflet-map.html">
<!-- temp work around --> <!-- temp work around -->
<link rel="import" type="css" href="../../bower_components/leaflet/dist/leaflet.css" /> <link rel="stylesheet" href="../../bower_components/leaflet/dist/leaflet.css" />
<link rel="import" href="../components/entity/ha-entity-marker.html"> <link rel="import" href="../components/entity/ha-entity-marker.html">