all units
Usage with Existing Libraries
I truly wish each of us lived in a greenfield utopia where we have the luxury of writing entirely new, custom components that fit each and every use case of our application and users. However, this fairly-tale utopia is unfortunately not the type of applications that most of us develop. We live in a world where it’s extremely likely that we’ll be building and iterating upon an existing component library. Bootstrap, Foundation, Material, and more are common component libraries that we use to get a jump-start on development.
But how does that jive with CSS in JS? How do we use these approaches that are incredibly reliant on class names and other traditional CSS approaches?
Well… as you may have guessed, you’re in luck!