Skip to content

Commit 630e9ad

Browse files
committed
Version 0.0.1.
1 parent 4f09af7 commit 630e9ad

8 files changed

+111554
-15
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/node_modules
22
/.idea
3-
/.vscode
3+
/.vscode
4+
/mix-manifest.json

README.MD

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
**THIS THEME IS STILL IN DEVELOPMENT**
2-
31
# TailPress
42
A minimal boilerplate theme for WordPress using [TailwindCSS](https://tailwindcss.com/) and [Laravel Mix](https://laravel-mix.com/).
53

64
## Getting started
75
* Clone repo
86
* Run `npm install`
7+
* Run `npm run dev`
98
* Run `npm run watch` to start developing
109

1110
## PurgeCSS
12-
By default PurgeCSS is enabled. You can modify or disable it by changing the settings in the `tailwind.js` file. You can also [ignore specific CSS](https://purgecss.com/whitelisting.html#in-the-css-directly).
11+
By default PurgeCSS is enabled. You can modify or disable it by changing the settings in the `tailwind.js` file. You can also [ignore specific CSS](https://purgecss.com/whitelisting.html#in-the-css-directly).

0 commit comments

Comments
 (0)