senny / pdfjs_viewer-rails

PDF.js viewer packaged as a Rails engine.
MIT License
114 stars 174 forks source link

Any plans to use dart sass ? #76

Open Faq opened 2 years ago

Faq commented 2 years ago

As dependency is sassc and it is dead, should be switching to dartsass

Or anyone can suggest to use other gem for rails 7 with ruby 3.1? As modern tools are for usage dartsass-rails or cssbundling-rails

mdh commented 2 years ago

There is hardly any sass in this gem. I created a PR that uses plain css, removing any sass dependencies. See #77 . This will allow you to pick any css/sass gem/lib you want.