Skip to content

Commit a067ccb

Browse files
committed
Getting ready for 0.0.8.
1 parent a2c7fe3 commit a067ccb

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

README.MD

+6
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ Four colors (primary, secondary, dark and light) are defined from the beginning.
2525
### Define theme font sizes
2626
You can modify the font sizes within `tailpress.json`.
2727

28+
## JIT
29+
[Tailwind CSS JIT](https://github.com/tailwindlabs/tailwindcss-jit) is used to allow for fast compiling.
30+
31+
If you prefer to use the regular Tailwind CSS instead, you can change to that dependency in `package.json` as was done up to TailPress v0.0.7 ([example](https://github.com/jeffreyvr/tailpress/blob/0.0.7/package.json#L33)).
32+
Also make sure to you change the PostCSS plugins in `webpack.mix.js` ([example](https://github.com/jeffreyvr/tailpress/blob/0.0.7/webpack.mix.js#L16)).
33+
2834
## PurgeCSS
2935
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).
3036

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailpress",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "Boilerplate WordPress theme with TailwindCSS.",
55
"author": "Jeffrey van Rossum",
66
"repository": {

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.7
7+
Version: 0.0.8
88
License: GNU GPL version 2
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010
Text Domain: tailpress

0 commit comments

Comments
 (0)