Hacker News new | ask | show | jobs
by surganov 3554 days ago
Recently I got into functional CSS:

https://github.com/chibicode/react-functional-css-protips

1 comments

At that point you might just go full css-in-js and embrace inline styles.

I'm not sure which is worse:

A) having twenty classes on each element, each doing only one or two things

B) having twenty classes overlapping on the same one or two things

I would say both A and B are incorrect.