translationLeaderBoard / frontend /tailwind.config.js
gilbertyiga
Update space
1af45d7
raw
history blame contribute delete
119 Bytes
module.exports = {
content: [
"./src/**/*.{js,jsx,ts,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}