From 1dff830b2dbd5f555451c9345a2ab2149b03e8f8 Mon Sep 17 00:00:00 2001 From: Abhay Nikam Date: Mon, 25 Jan 2021 11:11:10 +0530 Subject: [PATCH] Fixes typos in the readme - stylsheet -> stylesheet - relased -> released --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d595e6c3..76032390 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Tailwind CSS for Rails works with both the asset pipeline and Webpacker. -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. +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. 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. @@ -55,4 +55,4 @@ By default, the CSS purger will only operate on the tailwind css file included w Tailwind for Rails is released under the [MIT License](https://opensource.org/licenses/MIT). Tailwind CSS is released under the [MIT License](https://opensource.org/licenses/MIT). -The Inter font is relased under the [SIL Open Font License, Version 1.1](https://github.com/rsms/inter/blob/master/LICENSE.txt). \ No newline at end of file +The Inter font is released under the [SIL Open Font License, Version 1.1](https://github.com/rsms/inter/blob/master/LICENSE.txt). \ No newline at end of file