Skip to content

Commit

Permalink
wip: fix fontawesome and styling order [skip ci]
Browse files Browse the repository at this point in the history
Signed-off-by: Sekwah <[email protected]>
  • Loading branch information
sekwah41 committed Aug 30, 2024
1 parent 28f4638 commit 4eb8a08
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/assets/scss/style.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
$fa-font-path: 'font-awesome/fonts/';
$simple-line-font-path: 'simple-line-icons/fonts/';


@import 'vue-multiselect/dist/vue-multiselect.css';
@import 'font-awesome/scss/font-awesome.scss';
@import 'bootstrap/dist/css/bootstrap.css';
@import 'bootstrap-vue-next/dist/bootstrap-vue-next.css';

@import '@coreui/icons/css/free.min.css';
@import 'font-awesome/scss/font-awesome.scss';
@import 'simple-line-icons/scss/simple-line-icons.scss';

// If you want to override variables do it here
Expand All @@ -21,6 +26,3 @@
// ie fixes
@import 'ie-fix';

@import 'vue-multiselect/dist/vue-multiselect.css';


0 comments on commit 4eb8a08

Please sign in to comment.