Evolutionary-Model-Merger / frontend /tailwind.config.js
rikunarita-2's picture
Create tailwind.config.js
973c777 verified
module.exports = {
content: ['./pages/**/*.{ts,tsx}', './components/**/*.{ts,tsx}'],
theme: { extend: {} },
plugins: [],
};