// Normalize command demo - shows inconsistent styles becoming systematic
export default {
id: 'normalize',
caption: 'Inconsistent styles → Systematic design tokens',
before: `
Card One
Some description text here
Card Two
Different spacing and styles
Card Three
Yet another variation
`,
after: `
Card One
Consistent description text
Card Two
Same spacing and styles
Card Three
Unified design system
`
};