Skip to content

Commit b6e2397

Browse files
remove extra word in README
1 parent 1777975 commit b6e2397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ When used with Webpacker, Tailwind CSS is installed as a postCSS processor. Refe
1414
1. Run `./bin/bundle add tailwindcss-rails`
1515
2. Run `./bin/rails tailwindcss:install` (on a fresh Rails application)
1616

17-
When run on an app using the just the asset pipeline, the last step adds the purger compressor to `config/environments/production.rb`. This ensures that when `assets:precompile` is called during deployment that the unused class names are not included in the tailwind output css used by the app. It also adds a `stylesheet_link_tag "tailwind"` and `stylesheet_link_tag "inter-font"` to your `app/views/application.html.erb` file.
17+
When run on an app using just the asset pipeline, the last step adds the purger compressor to `config/environments/production.rb`. This ensures that when `assets:precompile` is called during deployment that the unused class names are not included in the tailwind output css used by the app. It also adds a `stylesheet_link_tag "tailwind"` and `stylesheet_link_tag "inter-font"` to your `app/views/application.html.erb` file.
1818

1919
You can do these things yourself, if you've changed the default setup.
2020

0 commit comments

Comments
 (0)