Skip to content

Commit f301c7c

Browse files
update readme
1 parent 305ba36 commit f301c7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A Laravel front-end scaffolding preset for [Tailwind CSS](https://tailwindcss.com) - a Utility-First CSS Framework for Rapid UI Development.
44

5-
*Current version:* **Tailwind CSS 0.5.2**
5+
*Current version:* **Tailwind CSS 0.6.4**
66

77
## Usage
88

@@ -14,9 +14,9 @@ A Laravel front-end scaffolding preset for [Tailwind CSS](https://tailwindcss.co
1414
6. `php artisan migrate` to create basic user tables.
1515
7. `php artisan serve` (or equivalent) to run server and test preset.
1616

17-
### Changing colours
17+
### Config
1818

19-
If you want to change the default orange colour being used, update the `brand-{modifier}` values in your `tailwind.js` file. You are of course free to modify this file as you see fit, and even remove and replace the brand configuration in the scaffolded views entirely.
19+
The default `tailwind.js` configuration file included by this package simply uses the config from the Tailwind vendor files. Should you wish to make changes, you should remove the file and run `node_modules/.bin/tailwind init`, which will generate a fresh configuration file for you, which you are free to change to suit your needs.
2020

2121
### Screenshots
2222

0 commit comments

Comments
 (0)