artsy / palette

Artsy's design system
https://palette-storybook.artsy.net/
MIT License
214 stars 45 forks source link

refactor(variables): extract CSS transition to const and export for form elements #1326

Closed TMcMeans closed 11 months ago

TMcMeans commented 11 months ago

This PR addresses a small refactor suggested in PR#1323 (comment). It extracts the commonly used CSS transition property into a const and exports it for reuse across form elements.