rails / cssbundling-rails

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

NPM Support #144

Closed ksylvest closed 5 months ago

ksylvest commented 6 months ago

Support using NPM instead of bun / yarn (fixes https://github.com/rails/cssbundling-rails/issues/138). This mirrors the fixes applied in: https://github.com/rails/jsbundling-rails/pull/180

dhh commented 5 months ago

Included via https://github.com/rails/cssbundling-rails/pull/145