diff client/vue.config.js @ 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 51e42c2e110a
children bc55ffaeb639
line wrap: on
line diff
--- a/client/vue.config.js	Fri Nov 16 12:15:51 2018 +0100
+++ b/client/vue.config.js	Fri Nov 16 14:37:07 2018 +0100
@@ -28,8 +28,7 @@
       // pass options to sass-loader
       sass: {
         // @/ is an alias to src/
-        // so this assumes you have a file named `src/variables.scss`
-        data: `@import "@/application/assets/application.scss";`
+        data: `@import "@/application/assets/application.sass";`
       }
     }
   },