Files

9 lines
145 B
JavaScript

module.exports = {
content: ["./index.html", "./src/**/*.{vue,js,ts,jsx,tsx}"],
jit: true,
theme: {
extend: {},
},
plugins: [],
};