Stock/tailwind.config.js

7 lines
109 B
JavaScript
Raw Permalink Normal View History

2023-07-23 00:32:54 +09:00
export default {
content: ["./**/*.{html,tsx}"],
theme:{
extend:{},
},
plugins: [],
}