fix content paths

This commit is contained in:
Yash 2024-04-04 08:34:39 +00:00
parent 873d049c80
commit a23fd73a0b

View file

@ -2,11 +2,7 @@ import type { Config } from "tailwindcss";
import plugin from "tailwindcss/plugin";
const config: Config = {
content: [
"./src/pages/**/*.{js,ts,jsx,tsx,mdx}",
"./src/components/**/*.{js,ts,jsx,tsx,mdx}",
"./src/app/**/*.{js,ts,jsx,tsx,mdx}",
],
content: ["./src/**/*.{js,ts,jsx,tsx,mdx}"],
theme: {
extend: {
keyframes: {