budgeteer/web/tailwind.config.js
2022-03-15 12:52:23 +00:00

8 lines
144 B
JavaScript

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