Files
beachbums-nft-mint-dapp/tailwind.config.js
2022-01-07 13:40:31 +09:00

11 lines
164 B
JavaScript

module.exports = {
content: [
'./pages/**/*.{js,ts,jsx,tsx}',
'./components/**/*.{js,ts,jsx,tsx}',
],
theme: {
extend: {},
},
plugins: [],
};