From 174fbd91818725157a8ff47e025d2d6dc4680d14 Mon Sep 17 00:00:00 2001 From: AN Date: Sun, 12 Dec 2021 19:52:47 -0600 Subject: [PATCH] sans vue --- ts-tailwindcss/postcss.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {},