Skip to content

Commit 3728460

Browse files
committed
Getting ready for 0.0.2.
1 parent 24b2e90 commit 3728460

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.MD

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A minimal boilerplate theme for WordPress using [TailwindCSS](https://tailwindcs
88
* Run `npm run watch` to start developing
99

1010
## Block editor support
11-
Out of the box, TailPress comes with basic support for the block editor. It will for example automatically generate alignment classes, text color classes, background color classes. You can modify this within the `tailwind.js` file. In addition, the `editor-style.css` will be loaded within the block editor to have a editing experiences that is in line with the front end. You can specify the editor style within `resources/sass/editor-style.scss`.
11+
Out of the box, TailPress comes with basic support for the [block editor](https://wordpress.org/support/article/wordpress-editor/). It will, for example, automatically generate alignment classes, text color classes and background color classes. You can modify this within the `tailwind.js` file. In addition, a `editor-style.css` will be generated and loaded within the block editor to make the editing experiences more in line with the front end styling. You can specify the editor style within `resources/sass/editor-style.scss`.
1212

1313
### Define theme colors
1414

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailpress",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Boilerplate WordPress theme with TailwindCSS.",
55
"author": "Jeffrey van Rossum",
66
"theme_uri": "https://github.com/jeffreyvr/tailpress",

style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Theme URI: https://github.com/jeffreyvr/tailpress
44
Author: Jeffrey van Rossum
55
Author URI: https://vanrossum.dev
66
Description: TailPress is a simple boilerplate WordPress theme with TailwindCSS.
7-
Version: 0.0.1
7+
Version: 0.0.2
88
License: GNU General Public License
99
Text Domain: tailpress
1010
*/

0 commit comments

Comments
 (0)