Skip to content

Commit 1df535f

Browse files
committed
Note about scaffolds in the README
1 parent a5297d8 commit 1df535f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@ This gem gives access to the standard Tailwind CSS framework configured for Rail
66

77
This is extraction originally created inside the [tailwindcss-rails](https://github.com/rails/tailwindcss-rails) gem.
88

9+
Gem overrides default Rails scaffold generators in favour of Tailwind
10+
designed templates by Adam Wathan and the Tailwind team.
11+
912

1013
## Installation
1114

1215
1. Run `./bin/bundle add tailwindcss-rails-webpacker`
1316
2. Run `./bin/rails tailwindcss:install`
1417

18+
1519
## Purging in production
1620

1721
The Tailwind CSS framework starts out as a massive file, which gives you all the combinations of utility classes for development, but you wouldn't want to ship all those unused classes in production.
@@ -20,5 +24,5 @@ This gem will automatically purge those unused classes in production.
2024

2125
## License
2226

23-
Tailwind for Rails is released under the [MIT License](https://opensource.org/licenses/MIT).
27+
Tailwind for Rails Webpacker is released under the [MIT License](https://opensource.org/licenses/MIT).
2428
Tailwind CSS is released under the [MIT License](https://opensource.org/licenses/MIT).

0 commit comments

Comments
 (0)