TailwindCSS

To use TailwindCSS with Phlexite, install and use the tailwindcss-phlexite gem:

# ...
require 'tailwindcss/phlexite'
# ...

Tailwindcss::Phlexite.build(s, 'tailwind.css', 'site.css')

This requires a tailwind.css file (as described in the Tailwind docs), and will output the CSS as /site.css in your built site.

In development, this ships with the TailwindCSS executable, but in production, you may have to install it separately and either put it in your PATH or configure the TAILWINDCSS_INSTALL_DIR variable to point to the directory where it lives.