Files
visualtree/tailwind.config.js
2021-12-27 19:03:12 -06:00

11 lines
144 B
JavaScript

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