Add workaround for vulcanize leaflet issue

This commit is contained in:
Paulus Schoutsen 2015-09-21 00:42:06 -07:00
parent cf91a5b897
commit 8f13584c14

View File

@ -4,6 +4,9 @@
<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 -->
<link rel="import" type="css" 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">
<style> <style>
@ -54,6 +57,6 @@
</template> </template>
</leaflet-map> </leaflet-map>
</div> </div>
</partial-base> </div>
</template> </template>
</dom-module> </dom-module>