WebRTC Poker Game - Part 3: Tailwind CSS

1 · Richard To · March 21, 2021, midnight
CSS from scratch In the past I used to believe in writing CSS from scratch for every project. I liked the separation of concerns between HTML markup and the stylistic presentation of that markup. This means I preferred minimal classes. And if I did use classes, I would chose a semantically appropriate name. I did not believe in grid systems since they added non-semantic names. And there was no chance I was going to apply any inline styles. These were the days before flexbox and grid layouts. The...