Skip to content

Commit

Permalink
build: fix tailwind styles
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed May 12, 2024
1 parent 8e9a5b8 commit a6f6352
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/demo/src/styles.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* You can add global styles to this file, and also import other style files */
@import "tailwindcss/base";
@import "tailwindcss/components";
@import "tailwindcss/utilities";
@tailwind base;
@tailwind components;
@tailwind utilities;

.ProseMirror > * + * {
margin-top: 0.75rem;
Expand Down

0 comments on commit a6f6352

Please sign in to comment.