Skip to content

Commit 7342bad

Browse files
committed
wip
1 parent ee9df68 commit 7342bad

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.MD

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![issues - tailpress](https://img.shields.io/github/issues/jeffreyvr/tailpress)](https://github.com/jeffreyvr/tailpress/issues)
66

77
# Introduction
8+
89
TailPress is a minimal boilerplate theme for WordPress using [Tailwind CSS](https://tailwindcss.com/).
910

1011
## Getting started
@@ -66,6 +67,7 @@ There are several NPM scripts available. You'll find the full list in the `packa
6667
| watch-sync | Runs several watch scripts concurrently and starts `browser-sync`. |
6768

6869
## Block editor support
70+
6971
TailPress comes with support for the [block editor](https://wordpress.org/support/article/wordpress-editor/).
7072

7173
A basic setup for `theme.json` is included. This also means that you need to at least use WordPress 5.8. If you wan't to support earlier WordPress versions, you can use an [older version](https://github.com/jeffreyvr/tailpress/tree/0.1.1) of TailPress instead.
@@ -75,20 +77,25 @@ CSS-classes for alignment (full, wide etc.) are generated automatically. You can
7577
To make the editing experience within the block editor more in line with the front end styling, a `editor-style.css` is generated.
7678

7779
### Define theme colors and font sizes
80+
7881
Several colors and font sizes are defined from the beginning. You can modify the colors in `theme.json`.
7982

8083
## PurgeCSS
84+
8185
By default, PurgeCSS is enabled. You can modify or disable it by changing the settings in the `tailwind.config.js` file. There are several [PurgeCSS options](https://tailwindcss.com/docs/optimizing-for-production#purge-css-options).
8286

8387
## Links
88+
8489
* [TailPress website](https://tailpress.io)
8590
* [Screencasts](https://www.youtube.com/playlist?list=PL6GBdOp044SHIOSCZejodwr1HcYsC43wG)
8691
* [Tailwind CSS Documentation](https://tailwindcss.com/docs)
8792
* [Esbuild Documentation](https://esbuild.github.io)
8893

8994
## Contributors
95+
9096
* [Jeffrey van Rossum](https://github.com/jeffreyvr)
9197
* [All contributors](https://github.com/jeffreyvr/tailpress/graphs/contributors)
9298

9399
## License
100+
94101
MIT. Please see the [License File](/LICENSE) for more information.

0 commit comments

Comments
 (0)