anycoder-4cf6369c / tailwind.config.js
Pkiran's picture
Upload tailwind.config.js with huggingface_hub
7b287ad verified
Raw
History Blame Contribute Delete
206 Bytes
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
'./pages/**/*.{js,ts,jsx,tsx}',
'./components/**/*.{js,ts,jsx,tsx}',
],
theme: {
extend: {},
},
plugins: [],
}