diff client/src/layers/Layerselect.vue @ 1191:b23622905a3f

switched entirely to sass instead of scss for cleaner code/less lines, just removed all ; and {}
author Markus Kottlaender <markus@intevation.de>
date Fri, 16 Nov 2018 14:37:07 +0100
parents 2fda33d55d81
children d1114305a311
line wrap: on
line diff
--- a/client/src/layers/Layerselect.vue	Fri Nov 16 12:15:51 2018 +0100
+++ b/client/src/layers/Layerselect.vue	Fri Nov 16 14:37:07 2018 +0100
@@ -11,13 +11,12 @@
     </div>
 </template>
 
-<style lang="scss" scoped>
-.selection {
-  text-align: left;
-}
-.layername {
-  margin-left: $small-offset;
-}
+<style lang="sass" scoped>
+.selection
+  text-align: left
+
+.layername
+  margin-left: $small-offset
 </style>