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

Change sass cli params to permit multiple build sources #83

Closed acallaghan closed 2 years ago

acallaghan commented 2 years ago

So the sass cli allows for multiple sources & outputs, just not using the space syntax. Using the source:destination syntax makes this more obvious if a user wanted to bundle multiple sources at once they can just append another into this list.

I'm not sure if this is possible with postcss and tailwind CLIs, if these can be updated as well that'd be great