Middleman & Tailwindcss

Hi all,

Has anyone succesfully combined Middleman 4.4.0 and Tailwindcss 2.2 ?
There are two topic’s in this forum regarding my question, but they are kind of old and I had a lots of errors installing the recomendet repo’s.

I might give it a go next week

1 Like

Ok, so I did give it a go a week later, but failed. I decided to give it another try today and got it working:

1 Like

I’ve created a new template based on Middleman 4 and Tailwind CSS 3 that you can download/clone here:

I also wrote and article on how it was implemented here: https://www.donnfelker.com/tailwind-css-with-middleman/

I hope this helps someone. Enjoy.

1 Like

thanks for the effort Donn

1 Like

Hello,

I created another template


This one is based on Vite.js so you can add JS modules.
Personally I added Turbo and Stimulus.
It’s (normally) ready for dev and build.
1 Like

Hello :wave:

I’ve created another one :raised_hands:

Starter Kit to build modern static websites with Middleman, Ralix, Tailwind, Webpack and PostCSS

You can easily start up your instance by:

  1. Clone/fork repository
  2. Install by bin/setup
  3. Starts development server by bin/start

It’s the template used to create the :cocktail:Tonic framework.

1 Like