CSS Generation Skill Generate CSS, Tailwind, and styled-components code from design style selections. Overview This skill provides tools and templates for converting design tokens and style selections into production-ready CSS, Tailwind configurations, and styled-components theme objects. CSS Variables Generation from Design Tokens Design Token Structure CSS Variables Template styles/tokens.css: Tailwind Configuration Templates Full Tailwind Config tailwind.config.ts: styled-components Theme Objects Theme Type Definition styles/theme.ts: Light Theme styles/themes/light.ts: Dark Theme styles/t…