Rapidly build your WordPress theme with Tailwind CSS.

TailPress is your go-to starting point for developing WordPress themes with Tailwind CSS and comes with block-editor support out of the box.

Getting started.

  • 1
    Get the installer composer global require jeffreyvanrossum/tailpress-installer
  • 2
    Now simply run tailpress new example-theme
    To set your theme name and initialize a Git repository, use this instead
    tailpress new example-theme --name="Theme Name" --git
  • 3
    Now go to the theme directory and watch for changes npm run watch
In this video you'll get to see how you can use the installer.
Delightfully minimal
Support for the WordPress block editor
Use Esbuild or Laravel Mix for compiling
Shares colors and font sizes between Tailwind and theme.json
Use the handy TailPress installer

Screencasts

On YouTube, you'll find a couple of (hopefully) helpful screencasts.

Watch screencasts

Community

Do you have any questions or need help with something? Feel free to ask on the GitHub discussion board.

Join the board

Suggestions

If you have any ideas or suggestions for TailPress, please share them on GitHub.

Share your idea