Skip to content

Commit

Permalink
feat: add tailwindcss and milkdown md editor
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadxgani committed Mar 6, 2023
1 parent 4b2e817 commit d1692b3
Show file tree
Hide file tree
Showing 9 changed files with 2,697 additions and 86 deletions.
11 changes: 11 additions & 0 deletions global.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

.milkdown {
@apply bg-slate-50 px-2 py-4 border rounded;
}

.editor {
@apply mx-auto;
}
Loading

0 comments on commit d1692b3

Please sign in to comment.