Hi, I’ve created a simple tailwindcss plugin for middleman. Follow the guide to get started.
I use it like so (put inside config.rb):
activate :tailwind, css_path: "tailwind/application.tailwind.css", # Optional destination_path: ".tmp/main.css" # Optional
Then include it in your layout:
link rel='stylesheet' href="/main.css"
Thanks