From 37a5ee3b7bf45e59f9312051eced7643403092d0 Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Mon, 29 Sep 2025 10:27:30 -0400 Subject: [PATCH] Add SEO metadata and PostCSS config for Tailwind build --- README.md | 8 +++++--- blog.html | 7 ++++++- index.html | 6 ++++++ postcss.config.cjs | 6 ++++++ 4 files changed, 23 insertions(+), 4 deletions(-) create mode 100644 postcss.config.cjs diff --git a/README.md b/README.md index ae870ef1..4e8dee7c 100644 --- a/README.md +++ b/README.md @@ -88,9 +88,11 @@ npm install # first run only npm run build:css ``` -The command compiles Tailwind with `tailwind.config.cjs` and emits the purged, -minified stylesheet at `css/tailwind.generated.css`. Commit the regenerated -file alongside any template changes so deployments pick up the latest styles. +The command compiles Tailwind with `tailwind.config.cjs`, runs it through the +PostCSS pipeline defined in `postcss.config.cjs` (for autoprefixing), and emits +the purged, minified stylesheet at `css/tailwind.generated.css`. Commit the +regenerated file alongside any template changes so deployments pick up the +latest styles. ### Configuration diff --git a/blog.html b/blog.html index 395c5be8..13ce2e26 100644 --- a/blog.html +++ b/blog.html @@ -33,7 +33,12 @@ -