Skip to content

Commit

Permalink
♻️ : import markdown css in its dedicated component
Browse files Browse the repository at this point in the history
  • Loading branch information
juwit authored and cdubuisson committed Apr 9, 2020
1 parent eba9e2b commit 6804875
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/client/app/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@
@import "~@/assets/css/style.css";
@import "~@/assets/css/color_2.css";
@import "~@/assets/css/responsive.css";
@import "~@/assets/css/github-markdown.css";
</style>
4 changes: 4 additions & 0 deletions src/main/client/app/shared/components/markdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@
},
};
</script>

<style>
@import "~@/assets/css/github-markdown.css";
</style>

0 comments on commit 6804875

Please sign in to comment.