Skip to content

Commit

Permalink
chore(front): fix tailwind config (#5)
Browse files Browse the repository at this point in the history
Tailwind CSS の対象ファイルが `src/` だったため、`frontend/` に修正
  • Loading branch information
Yusuke4869 authored Aug 25, 2024
1 parent 4f91df2 commit f43a078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailwind.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { Config } from "tailwindcss";

const config = {
content: ["./src/**/*.tsx"],
content: ["./frontend/**/*.tsx"],
theme: {
extend: {},
},
Expand Down

0 comments on commit f43a078

Please sign in to comment.