This repository has been archived on 2025-01-07. You can view files and clone it, but cannot push or open issues or pull requests.
rebuilding-symfony/README.md
2020-09-12 11:43:56 +01:00

679 B

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.