blocknotes / activeadmin_blaze_theme

A theme for Active Admin based on Blaze CSS 3.x
MIT License
46 stars 12 forks source link

Consider removing SassC from runtime dependencies #23

Closed Fs00 closed 2 years ago

Fs00 commented 2 years ago

SassC is not needed for those who are using this gem with Webpacker, since Webpack already takes care of SCSS transpilation. ActiveAdmin stopped depending on SassC when they started to support Webpacker and I think this gem should do the same, considering also that SassC takes quite some time to install.

blocknotes commented 2 years ago

Yeah, I agree - the choice of the SASS/SCSS processing library should rely on the application. I'll work on this.