Style
Inline
CSS Modules
Keep all styles scoped to that component through build process generating unique classNames
DashedBox
:local(.className)
-this when you use create-react-app because of webpack configurations
.className
-this if you use your own react boilerplate and you need to add some webpack configuration idk
Learn about it here
Import
SCSS
CSS-in-JS(inline)
No dash allowed so border-left becomes borderLeft
Libraries
Emotion
Last updated