Vanilla CSS is all you need
SMRTR summary
37signals has built three major web applications (Campfire, Writebook, and Fizzy) using only vanilla CSS—no build tools, preprocessors, or frameworks. Their approach leverages modern CSS features like OKLCH colors, container queries, :has() selectors, and CSS layers to create sophisticated interfaces with 14,000 lines of code across a simple flat file structure.
SMRTR provides this summary for quick context. The original article belongs to Daily.dev.
Read the original article