This repository tracks the output of the _tw WordPress starter theme generator with all options left blank.
Right now there isn't a public repository for the generator itself. Please post issues regarding the generator to this repository.
If you're starting a new project, the generator is the best way to do that. You can also read the documentation for more details.
All notable changes to this project will be documented here.
The format is based on Keep a Changelog.
- Support for Tailwind Typography in the block editor
- Support for theme.json in Tailwind
- Styles for the block editor's content, wide and full widths
- A basic theme.json file
- Classes for
entry-title
andentry-content
- There are now multiple .eslintrc files to handle the differences between node and browser linting
- Build process migrated from Laravel Mix to Tailwind's own CLI via
npm-run-all
- Repository made public with initial functionality