diff --git a/ts-tailwindcss/postcss.config.js b/ts-tailwindcss/postcss.config.js index 87233a4..99e0729 100644 --- a/ts-tailwindcss/postcss.config.js +++ b/ts-tailwindcss/postcss.config.js @@ -1,5 +1,5 @@ module.exports = { - purge: ["./index.html", "./src/**/*.{vue,js,ts,jsx,tsx}"], + purge: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"], plugins: { tailwindcss: {}, autoprefixer: {},