From cd8880d9dce61f9b14b473146453dbed2b2bc1e8 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Wed, 24 Nov 2021 11:03:42 -0600 Subject: [PATCH] Add Tailwind info to README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index cdbbec4..0d8e2ed 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,15 @@ manual LDIF imports etc. (or provide a staging instance) * [Ruby on Rails](https://guides.rubyonrails.org/) * [Sass](https://sass-lang.com/documentation) +### Front-end + +* [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/)