A simple starter theme for WordPress that uses Tailwind CSS.
This theme uses the Tailwind CLI, which requires Node.js.
npm install
The default (and required) stylesheet will be compiled by Tailwind. See style.css
.
npm run watch
to watch for changesnpm run build
to build the stylesheetstyle.css
file will have all required information for your theme to be correctly identified as a valid theme by WordPress.assets/css/tailwind.css
file and then run npm run build
or npm run watch
.