9 lines
144 B

/** @type {import('tailwindcss').Config} */
module.exports = {
2 years ago
content: ["./src/**/*.vue"],
theme: {
extend: {},
},
plugins: [],
};