This commit is contained in:
AN
2021-12-12 19:52:47 -06:00
committed by GitHub
parent 6733ff712e
commit 174fbd9181
+1 -1
View File
@@ -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: {},