a streamlined CSS-in-JS solution tailor-made for Next.js, seamlessly combining the expressive power of styled-components syntax with efficient build-time extraction and minimal runtime footprint, ensuring optimal performance and easy integration with existing atomic CSS frameworks like Tailwind CSS
right now we generate class names for binary expressions
e.g.
becomes
Button__primary
orButton__not-primary
we should also extend that for string and number values
e.g.:
could become
Button__variant-primary
orButton__variant-not-primary