Stock/tailwind.config.js

7 lines
109 B
JavaScript

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