Skip to content

Commit a4c0dcc

Browse files
committed
wip
1 parent 2f56043 commit a4c0dcc

9 files changed

+2798
-393843
lines changed

README.MD

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# TailPress
2-
A minimal boilerplate theme for WordPress using [TailwindCSS](https://tailwindcss.com/) and [Laravel Mix](https://laravel-mix.com/).
2+
A minimal boilerplate theme for WordPress using [TailwindCSS](https://tailwindcss.com/), with [PostCSS](https://postcss.org) and [Laravel Mix](https://laravel-mix.com/).
33

44
## Getting started
5-
* Clone repo
5+
* Clone repo `git clone https://github.com/jeffreyvr/tailpress.git`
6+
* Run `rm -rf .git` to remove git and `git init` to start your own version control
67
* Run `npm install`
78
* Run `npm run development`
89
* Run `npm run watch` to start developing
910

11+
You will find the editable CSS and Javascript files within the `/resources` folder.
12+
1013
## Block editor support
1114
TailPress comes with basic support for the [block editor](https://wordpress.org/support/article/wordpress-editor/).
1215

@@ -16,13 +19,11 @@ To make the editing experience within the block editor more in line with the fro
1619

1720
### Define theme colors
1821

19-
Four colors (primary, secondary, dark and light) are defined from the beginning.
20-
21-
You can modify the colors within the `colors` property in `tailpress.json`.
22+
Four colors (primary, secondary, dark and light) are defined from the beginning. You can modify the colors in `tailpress.json`.
2223

2324
### Define theme font sizes
2425

25-
You can modify the font sizes within the `fontSizes` property in `tailpress.json`.
26+
You can modify the font sizes within `tailpress.json`.
2627

2728
## PurgeCSS
2829
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

Comments
 (0)