Stock/tailwind.config.js
2023-07-23 00:32:54 +09:00

7 lines
109 B
JavaScript

export default {
content: ["./**/*.{html,tsx}"],
theme:{
extend:{},
},
plugins: [],
}