Skip to content

Commit

Permalink
move base styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-justin committed Jan 9, 2024
1 parent dc54e81 commit 9f064ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
@import "tailwindcss/base";
@import "./styles/base";

@import "../node_modules/quill/dist/quill.snow.css";
@import "./styles/richtext.css";

Expand All @@ -6,9 +9,6 @@
@import "../node_modules/@aws-amplify/ui-react/dist/styles.css";
@import "./styles/amplify.css";

@import "tailwindcss/base";
@import "./styles/base";

@import "tailwindcss/components";
@import "./styles/components";

Expand Down

0 comments on commit 9f064ef

Please sign in to comment.