A clone of the symfony.com webpage built with Tailwind CSS.
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.
Find a file
2024-08-02 22:41:49 +01:00
assets/css Add nodejs 2024-08-02 22:41:49 +01:00
web Add dark mode support 2020-07-08 14:14:03 +01:00
.envrc Add nodejs 2024-08-02 22:41:49 +01:00
.gitignore Add nodejs 2024-08-02 22:41:49 +01:00
flake.lock Add nodejs 2024-08-02 22:41:49 +01:00
flake.nix Add nodejs 2024-08-02 22:41:49 +01:00
Makefile Initial commit 2020-07-08 09:58:54 +01:00
package-lock.json Add nodejs 2024-08-02 22:41:49 +01:00
package.json Update Tailwind to 1.7 2020-09-11 15:10:15 +01:00
postcss.config.js Initial commit 2020-07-08 09:58:54 +01:00
README.md Add README 2020-09-12 11:43:56 +01:00
tailwind.config.js Add dark mode support 2020-07-08 14:14:03 +01:00
webpack.config.js Initial commit 2020-07-08 09:58:54 +01:00

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.