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

Add UnoCSS #154

Open reesericci opened 4 months ago

reesericci commented 4 months ago

This PR adds support for UnoCSS, a new CSS framework in the same vein as Tailwind CSS.

It does this by installing UnoCSS as a PostCSS plugin and building from there, as opposed to using the UnoCSS CLI which doesn't support adding CSS files as an additional input (to allow for adding an application.uno.css to copy in).