Skip to content

Commit

Permalink
fix: tailwindcss import fix (#934)
Browse files Browse the repository at this point in the history
fixes #933

Co-authored-by: Travis James <[email protected]>
  • Loading branch information
Yonom and GQAdonis authored Oct 1, 2024
1 parent a489ad6 commit eda865c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react-markdown/src/tailwindcss/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import plugin from "tailwindcss/plugin";
import plugin from "tailwindcss/plugin.js";

const auiPlugin = plugin.withOptions<{}>(() => ({ addComponents }) => {
addComponents({
Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/tailwindcss/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import plugin from "tailwindcss/plugin";
import plugin from "tailwindcss/plugin.js";

type AssistantTailwindPluginColors = {
border: string;
Expand Down

0 comments on commit eda865c

Please sign in to comment.