Skip to content

Commit 814c0b4

Browse files
author
David Heinemeier Hansson
authored
Merge pull request #26 from abhaynikam/fixes-typos-in-readme
Fixes typos in the readme
2 parents e21140c + 1dff830 commit 814c0b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Tailwind CSS for Rails works with both the asset pipeline and Webpacker.
66

7-
When use with the asset pipeline, production-mode purging of unused css class names is provided by a Sprockets compressor built into this gem. This compressor ensures that only the css classes used by files in `app/views` and `app/helpers` are included. In development mode, the full 3mb+ Tailwind stylsheet is loaded. In both cases, Tailwind CSS is configured for dark mode, forms, aspect-ratio, typography, and the Inter font. If you need more configuration than that, you'll need to use it with Webpacker.
7+
When use with the asset pipeline, production-mode purging of unused css class names is provided by a Sprockets compressor built into this gem. This compressor ensures that only the css classes used by files in `app/views` and `app/helpers` are included. In development mode, the full 3mb+ Tailwind stylesheet is loaded. In both cases, Tailwind CSS is configured for dark mode, forms, aspect-ratio, typography, and the Inter font. If you need more configuration than that, you'll need to use it with Webpacker.
88

99
When used with Webpacker, Tailwind CSS is installed as a postCSS processor. Refer to the [TailwindCSS documentation](https://tailwindcss.com/docs/installation#customizing-your-configuration) to customize your tailwind.config.js file.
1010

@@ -55,4 +55,4 @@ By default, the CSS purger will only operate on the tailwind css file included w
5555

5656
Tailwind for Rails is released under the [MIT License](https://opensource.org/licenses/MIT).
5757
Tailwind CSS is released under the [MIT License](https://opensource.org/licenses/MIT).
58-
The Inter font is relased under the [SIL Open Font License, Version 1.1](https://github.com/rsms/inter/blob/master/LICENSE.txt).
58+
The Inter font is released under the [SIL Open Font License, Version 1.1](https://github.com/rsms/inter/blob/master/LICENSE.txt).

0 commit comments

Comments
 (0)