'Do I need to use CSS Bundling for Rails 7

Rails 7.0.2
Ruby 3.1.0

I generated a sample application as follows:

rails new test --css=tailwind

The generated Gemfile, did not have the cssbundling-rails gem in it. Do I need it?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source