From b9ec363f36518471250284f279eab4ff3f4e3cb1 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Thu, 24 Feb 2022 13:59:15 -0600 Subject: [PATCH] Remove caveat from README --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index ba27fc0..cc306ee 100644 --- a/README.md +++ b/README.md @@ -45,11 +45,6 @@ manual LDIF imports etc. (or provide a staging instance) * [Tailwind CSS](https://tailwindcss.com/) -**Caveat:** if you only add Tailwind classes/directives to templates or -helpers, but there's no change in the stylesheet files, then the new directives -won't be compiled in production. In this case, count up the version comment at -the top of `app/javascript/stylesheets/application.scss` to trigger compilation. - ### Testing * [RSpec](https://rspec.info/documentation/)