679 B
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 usingprefers-color-scheme: dark
. - Uses the PostCSS Nested plugin to add nesting functionality within
tailwind.pcss
.