Skip to content

Commit

Permalink
Fix tool-finder css
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikSchmidt committed Jul 30, 2024
1 parent e345b5b commit 7229eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tool-finder/tailwind.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import preset from "../../tailwind.preset.js";

export default {
content: ["../shared/**/*.{js,jsx,ts,tsx}", "./app/**/*.{js,jsx,ts,tsx}"],
content: ["../shared/**/*.{js,jsx,ts,tsx}", "./src/**/*.{js,jsx,ts,tsx}"],
presets: [preset],
};

0 comments on commit 7229eb2

Please sign in to comment.