Skip to content

Commit

Permalink
fix: better tailwind config4
Browse files Browse the repository at this point in the history
  • Loading branch information
nahoc committed Nov 19, 2024
1 parent 26d8a49 commit 18b1f07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions config/tailwind.config.base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ import tailwindcssAnimate from "tailwindcss-animate";
const config = {
darkMode: ["class"],
content: [
"../../apps/**/*.{ts,tsx,js,jsx,mdx}",
"../../packages/**/*.{ts,tsx,js,jsx,mdx}",
"../../packages/shared/client/**/*.{ts,tsx,js,jsx,mdx}",
"../../node_modules/@risc0/ui/**/*.{ts,tsx,js,jsx,mdx}",
"./node_modules/@risc0/ui/**/*.{ts,tsx,js,jsx,mdx}",
"./src/**/*.{js,jsx,ts,tsx,mdx}",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risc0/ui",
"version": "0.0.221",
"version": "0.0.222",
"private": false,
"sideEffects": false,
"type": "module",
Expand Down

0 comments on commit 18b1f07

Please sign in to comment.