jekyll-postcss-v2

Last update: 13 Feb 2025
Jekyll plugin for processing CSS files with PostCSS. I modified the plugin to process CSS only after all pages are written to disk, fixing issues with Tailwind CSS class detection. Pull request still pending review.
- Changed the plugin to hook into the "post_write" event of the entire site to ensure CSS processing happens after all content has been written to disk.
- Fixed issues where Tailwind CSS classes weren't being detected in several pages during the first build, eliminating the need for multiple build steps.
- Possibly fixed similar issues with other PostCSS plugins that analyze the entire site's content.