The default functionality of sass-loader is a bit misleading and uses the new, more popular SCSS format by default, opposed to the old SASS format.
@@ -68,7 +68,7 @@
}
</script>
-<style lang="sass" scoped>
+<style lang="scss" scoped>
.is-success {
width: 100%;
@@ -84,7 +84,7 @@
@@ -15,7 +15,7 @@
</footer>
</template>
.content a:not(.button) {
border: 0;
@@ -37,7 +37,7 @@
</nav>
@import 'theme.scss';
.nav {
@@ -69,7 +69,7 @@
background-color: #0091ea;
@@ -44,4 +44,4 @@
-<style lang="sass" scoped></style>
+<style lang="scss" scoped></style>
@@ -112,7 +112,7 @@
-<style lang="sass">
+<style lang="scss">
@@ -261,7 +261,7 @@
.modal-large {
width: 75%;