Add Tailwind info to README #44

Merged
raucao merged 1 commits from bugfix/35-tailwind-2 into master 2021-11-24 17:10:27 +00:00

View File

@ -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/)