Agile Web Development with Rails 7:

@rubys

Title: Agile Web Development with Rails 7 (page number: 155)

Hi!

Doesn’t CSS file “line_items.css” need to be imported in the “application.tailwind.css”?
It only worked when I set the following line in the “application.tailwind.css” file:

@import ‘line_items.css’;

Thanks!