Skip to content

nickdavis/tailwind-starter

Repository files navigation

Tailwind Starter

Minimal Tailwind starter theme for WordPress.

This is NOT a regular WordPress theme that is designed to be used with all WordPress blocks. Rather it is meant to be used with elements from Tailwind UI directly hardcoded in the theme, effectively handing over the entire frontend to Tailwind and using WordPress for everything else.

Build

To build the styles / setup local development:

npm install
npx tailwindcss -i ./assets/css/tailwind.css -o ./style.css --watch

Or see https://tailwindcss.com/docs/installation for reference.

Plugins

The theme is not dependent on any plugins, but you may want to use the following:

  • Perfmatters (for removing unnecessary elements from WordPress)
  • Yoast SEO (or whatever SEO plugin you prefer, to handle <title>, tags etc.)

About

Minimal Tailwind starter theme for WordPress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published