styled-components / comparison

Comparing different ways to style components
MIT License
183 stars 23 forks source link

Pure CSS example #17

Closed mxstbr closed 7 years ago

mxstbr commented 7 years ago

Based on @MicheleBertoli's CSS modules example, I show you the pure CSS example!

I chose to use BEM notation, because that's the most famous out of all CSS selector notations out there.

Yes, well aware that this should've been the other way around, but whatever, that's the way things are now.