Split app into components
Moved each component and its styles into their own files
This commit is contained in:
@@ -59,7 +59,8 @@ export default {
|
||||
}),
|
||||
};
|
||||
</script>
|
||||
<style>
|
||||
<style lang="scss">
|
||||
@import './styles/generic.scss';
|
||||
|
||||
a, footer.footer a {
|
||||
margin: 0 5px;
|
||||
|
||||
Reference in New Issue
Block a user