export-tailwind
Installation
SKILL.md
/export-tailwind — Tailwind Config Export
Generate a tailwind.config.js theme extension:
module.exports = {
theme: {
extend: {
colors: { /* full palette + semantic */ },
fontFamily: { display: [...], body: [...], mono: [...] },
fontSize: { /* type scale */ },
spacing: { /* spacing scale */ },
boxShadow: { /* elevation system */ },
borderRadius: { /* radius scale */ },
screens: { /* breakpoints */ }
}
}
}