seancdavis / twenty-ninety

A production-ready Eleventy starter kit, optimized for performance.
https://www.seancdavis.com/twenty-ninety
MIT License
16 stars 4 forks source link

Add Tailwind and Gulp #16

Closed seancdavis closed 4 years ago

seancdavis commented 4 years ago

Adds support for Tailwind CSS and PostCSS.

It also wraps up the build commands in a process managed by Gulp. This way we have more fine-grained control over the build processes and can manage the steps in a series, reloading the browser after they've all completed.


Fixes #1.