Przeglądaj źródła

Removed main.scss and sass folder, check out commit comment for more info.

Cameron Kline 8 lat temu
rodzic
commit
3e60f7c5e5
3 zmienionych plików z 1 dodań i 6 usunięć
  1. 1 2
      frontend/components/App.vue
  2. 0 1
      frontend/main.js
  3. 0 3
      frontend/sass/main.scss

+ 1 - 2
frontend/components/App.vue

@@ -20,8 +20,7 @@
 	}
 </script>
 
-<!-- TODO: Get sass setup in webpack config -->
-<style scoped>
+<style lang="sass">
 	body {
 		background-color: #ff0000;
 	}

+ 0 - 1
frontend/main.js

@@ -1,6 +1,5 @@
 import Vue from 'vue';
 import App from './components/App.vue';
-require('./sass/main.scss');
 
 new Vue({
 	el: 'body',

+ 0 - 3
frontend/sass/main.scss

@@ -1,3 +0,0 @@
-body {
-	background-color: pink;
-}