[Style] Separate footer.scss from main

This commit is contained in:
hyperbola 2021-01-19 18:26:53 +08:00
parent 4d8e0ac091
commit 517b1b7ab0
No known key found for this signature in database
GPG Key ID: D987B1D59478B51F
2 changed files with 6 additions and 2 deletions

View File

@ -5,7 +5,7 @@
@import './util.scss';
// components
@import './footer.scss';
// @import './footer.scss';
@import './CFP/cfp_introduction.scss';
// @import './CFP/CFP.scss';
@import './CFP/cfpSubNew.scss';

View File

@ -68,4 +68,8 @@ export default class CFP extends Vue {
}
];
}
</script>
</script>
<style lang="scss">
@import '@/assets/scss/footer.scss';
</style>