@@ -20,8 +20,7 @@
}
</script>
-<!-- TODO: Get sass setup in webpack config -->
-<style scoped>
+<style lang="sass">
body {
background-color: #ff0000;
@@ -1,6 +1,5 @@
import Vue from 'vue';
import App from './components/App.vue';
-require('./sass/main.scss');
new Vue({
el: 'body',
@@ -1,3 +0,0 @@
-body {
- background-color: pink;
-}