diff options
author | Santo Cariotti <santo@dcariotti.me> | 2021-03-19 15:05:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-19 15:05:25 +0100 |
commit | 85fa83918294eb11f7bea7c4b821bcc15b44d5cb (patch) | |
tree | 1fc12bfe371720d8cfc66ae9b72a3528010432ae /src/App.vue | |
parent | 24f06a5589bf440df492eb58237b749ebb8f884f (diff) | |
parent | 76f1866b9ba0d4fa90395f7f39586367092f15d2 (diff) |
Merge pull request #7 from gico-net/feat/header
Header
Diffstat (limited to 'src/App.vue')
-rw-r--r-- | src/App.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue index 4199600..2dcc51e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -7,5 +7,5 @@ <style lang="sass"> @import 'node_modules/bootstrap/scss/bootstrap.scss' @import 'node_modules/bootstrap-vue/src/index.scss' -@import "./sass/main.sass" +@import "@/sass/main.sass" </style> |