refactor: import specific SCSS mixins

This commit is contained in:
Sebin Nyshkim 2022-01-11 20:47:25 +01:00
parent 25e8b0ad65
commit f2948005e1
7 changed files with 23 additions and 15 deletions

View file

@ -23,7 +23,8 @@ export default {
</script>
<style lang="scss">
@import "@/scss/base.scss";
@import "@/scss/_variables.scss";
@import "@/scss/_mixins.scss";
.nav {
overflow: auto;
@ -89,7 +90,6 @@ export default {
position: absolute;
width: 0;
height: 0.125em;
// background-color: $copy-color;
bottom: 0;
transition: all 0.2s ease-in-out;
}