Skip to content

Commit

Permalink
tailwindcss: points correctly to content
Browse files Browse the repository at this point in the history
  • Loading branch information
agnlez committed Oct 7, 2024
1 parent c0962d8 commit 55aed51
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions client/tailwind.config.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
import type { Config } from "tailwindcss";

const config: Config = {
content: [
"./pages/**/*.{js,ts,jsx,tsx,mdx}",
"./components/**/*.{js,ts,jsx,tsx,mdx}",
"./app/**/*.{js,ts,jsx,tsx,mdx}",
],
content: ["./src/**/*.{ts,tsx}"],
theme: {
extend: {
colors: {
Expand Down

0 comments on commit 55aed51

Please sign in to comment.