Skip to content

Commit

Permalink
chore: remove duplicate tailwind config
Browse files Browse the repository at this point in the history
  • Loading branch information
nahoc committed Apr 2, 2024
1 parent 5cdaaed commit cfe61de
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import tailwindcssAnimate from "tailwindcss-animate";

const config = {
darkMode: ["class"],
content: ["../../packages/**/*.{js,ts,jsx,tsx}", "../../apps/**/*.{js,ts,jsx,tsx}", "./**/*.{js,ts,jsx,tsx}"], // keep this
content: ["../**/*.{js,ts,jsx,tsx}"], // keep this
prefix: "",
theme: {
container: {
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.24",
"version": "0.0.25",
"type": "module",
"sideEffects": false,
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion tailwind.config.ts

This file was deleted.

0 comments on commit cfe61de

Please sign in to comment.