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