AGENTIC / crewAI-main /docs /tailwind.config.js
typesdigital's picture
Upload 647 files
523377b verified
raw
history blame contribute delete
139 Bytes
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./**/*.md"],
theme: {
extend: {},
},
plugins: [],
}