rails / cssbundling-rails

Bundle and process CSS in Rails with Tailwind, PostCSS, and Sass via Node.js.
MIT License
579 stars 83 forks source link

Add comments to application.tailwind.css file #38

Closed brycetelfer closed 2 years ago

brycetelfer commented 2 years ago

Add comments to application.tailwind.css file to assist with adding actiontext and other @import statements.

dhh commented 2 years ago

I think we should document this, but I don't think the right answer is to import these styles into a single application.css file, like we used to. These files can be loaded separately, directly, without bundling.

Please do take a stab at a doc section about that in the README if you'd like!