11ty + Tailwind CSS
The need for speed, using:
# install dependencies
npm install
# serve locally
npm run serve
When building for production, the CSS is inlined and purged per page.
# run the production build
npm run build
While running/developing locally, the npm run serve
command will recompile the site as files are saved and this includes the CSS pipeline from Tailwind.
Tailwind directives + custom CSS are found here src/_includes/css/styles.css