Skip to content

Commit

Permalink
Update test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tmikaeld authored Nov 22, 2024
1 parent 0356554 commit c942b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import postcss from "npm:postcss";
import tailwindcss from "npm:@tailwindcss/postcss@next";

const tailwindBaseConfig = {
content: [{ raw: '<div class="text-red-500"></div>', extension: "html" }],
content: [{ raw: '<div class="text-red-500 p-4"></div>', extension: "html" }],
corePlugins: { preflight: false },
};

Expand Down

0 comments on commit c942b3a

Please sign in to comment.