Live data from Hacker News

The CSS Zen Garden dream, finally shipped

josprague.com

1–10 of 117 posts

Re: The CSS Zen Garden dream, finally shipped

#2
Author here. Like a lot of people on HN, Dave Shea's CSS Zen Garden is how I learned CSS in the first place. Building stylesheets for that one HTML file taught me to think about CSS as a system, and it stuck. Nearly two decades later I got to build the design system for the new Firefox.com together with a team from Lincoln Loop, on a contract engagement with Mozilla using pure, modern CSS with no preprocessors (almost). In the end, we did run a few things through preprocessors for performance reasons, but the site's CSS is fully authored in pure CSS syntax.

Happy to answer questions about the layered CSS, the legacy browser fallback, how the tokens got exported from design files, or anything else you're curious about.

Re: The CSS Zen Garden dream, finally shipped

#10
post #3

The site is still live https://www.csszengarden.com , design selection here https://www.csszengarden.com/pages/alldesigns/ :).

This was the site shown to me to prove the separation of style and content. After that it was CSS-Tricks that I found myself frequently reading for answers to the things I was stuck on getting the layout to work.
Post reply on HN