Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

opdavies/rebuilding-symfony

Repository files navigation

Rebuilding Symfony

A rebuild of the symfony.com website, built using static HTML and Tailwind CSS. This was created by Oliver Davies as an example for his Taking Flight with Tailwind CSS talk.

Some interesting points:

  • Uses Tailwind CSS 1.7.
  • Uses Webpack Encore to generate the output file.
  • Supports dark mode using a custom screen with a raw media query using prefers-color-scheme: dark.
  • Uses the PostCSS Nested plugin to add nesting functionality within tailwind.pcss.