This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
- Figure out how to import
@custom-media
globally, so that we do not need to@import
it in every file. - See if I can replace all
mixin
instances withCSS Modules > composes
. - Update
Button
styles. - Revisit Accordion to make it a
primitive
. - Update all
/docs
files.
- Figure out SVG sprites.
- Figure out design/style tokens.
- Consider replacing
react-transition-state
withmotion
.