You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TailPress is a minimal boilerplate theme for WordPress using [Tailwind CSS](https://tailwindcss.com/).
9
10
10
11
## Getting started
@@ -66,6 +67,7 @@ There are several NPM scripts available. You'll find the full list in the `packa
66
67
| watch-sync | Runs several watch scripts concurrently and starts `browser-sync`. |
67
68
68
69
## Block editor support
70
+
69
71
TailPress comes with support for the [block editor](https://wordpress.org/support/article/wordpress-editor/).
70
72
71
73
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
75
77
To make the editing experience within the block editor more in line with the front end styling, a `editor-style.css` is generated.
76
78
77
79
### Define theme colors and font sizes
80
+
78
81
Several colors and font sizes are defined from the beginning. You can modify the colors in `theme.json`.
79
82
80
83
## PurgeCSS
84
+
81
85
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).
0 commit comments