no message
Showing
4 changed files
with
5 additions
and
1 deletions
-
Please register or sign in to post a comment
... | ... | @@ -9,7 +9,7 @@ |
</template> | ||
<style lang="scss"> | ||
@import './styles/support.scss'; | ||
@import './styles/support'; | ||
#app { | ||
/* font-family: 'Avenir', Helvetica, Arial, sans-serif; | ||
... | ... |
... | ... | @@ -9,7 +9,9 @@ export default { |
</script> | ||
<style lang="scss" scoped> | ||
@import "../../styles/support"; | ||
.home { | ||
// @extend .u-flex; | ||
text-align: center; | ||
} | ||
</style> | ||
... | ... |