File tree 2 files changed +22
-0
lines changed
2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 1
1
## next / unreleased
2
2
3
3
* Update to [ Tailwind CSS v3.4.1] ( https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.1 ) from v3.4.0 by @flavorjones
4
+ * Fix ` password ` form field styling in generated scaffold forms. (#304 , #307 ) @flavorjones
4
5
5
6
6
7
## v2.2.0 / 2023-01-04
Original file line number Diff line number Diff line change 2
2
3
3
This doc is a brief introduction on modifying and maintaining this gem.
4
4
5
+
6
+ ## Testing this gem
7
+
8
+ ### Running the test suite
9
+
10
+ The unit tests are run with ` bundle exec rake test `
11
+
12
+ There is an additional integration test which runs in CI, ` test/integration/user_journey_test.sh ` which you may also want to run.
13
+
14
+
15
+ ### Testing in a Rails app
16
+
17
+ If you want to test modifications to this gem, you must run ` rake download ` once to download the upstream ` tailwindcss ` executables.
18
+
19
+ Then you can point your Rails application's ` Gemfile ` at the local version of the gem as you normally would:
20
+
21
+ ``` ruby
22
+ gem " tailwindcss-rails" , path: " /path/to/tailwindcss-rails"
23
+ ```
24
+
25
+
5
26
## Updating to the latest upstream tailwindcss version
6
27
7
28
Update ` lib/tailwindcss/upstream.rb ` with the upstream version.
You can’t perform that action at this time.
0 commit comments