diff client/src/components/map/layers/LegendElement.vue @ 1449:bb47531bdd22

sass to scss
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 03 Dec 2018 10:19:59 +0100
parents ca33ad696594
children
line wrap: on
line diff
--- a/client/src/components/map/layers/LegendElement.vue	Mon Dec 03 09:28:28 2018 +0100
+++ b/client/src/components/map/layers/LegendElement.vue	Mon Dec 03 10:19:59 2018 +0100
@@ -116,8 +116,9 @@
 };
 </script>
 
-<style lang="sass" scoped>
-.legendelement
-  max-height: 1.5rem
-  width: 2rem
+<style lang="scss" scoped>
+.legendelement {
+  max-height: 1.5rem;
+  width: 2rem;
+}
 </style>