lifeto-shop/tailwind.config.js

11 lines
138 B
JavaScript
Raw Permalink Normal View History

2024-08-05 21:08:21 +00:00
export default {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}