Skip to content

Commit

Permalink
Add back white & black for Tailwind v4
Browse files Browse the repository at this point in the history
  • Loading branch information
vnphanquang committed Nov 25, 2024
1 parent b8ec165 commit 14c3bdd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/targets/tailwind-v4.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ export const buildTailwindv4Palette: ExportTarget = async (
@theme {
--color-*: initial;
--color-white: #fff;
--color-black: #000;
${vars.join("\n ")}
}`;

Expand Down

0 comments on commit 14c3bdd

Please sign in to comment.