doabit / semantic-ui-sass

Semantic UI, converted to Sass and ready to drop into Rails & Compass.
MIT License
1.15k stars 190 forks source link

Change to sassc-rails #146

Closed benniemosher closed 3 years ago

benniemosher commented 3 years ago

sass has been deprecated, so this PR switches to use sassc-rails in order to use the C library implementation and be a faster install.

benniemosher commented 3 years ago

@doabit Is there anyway to get this merged in to remove the EOL SASS dependency?

doabit commented 3 years ago

Thanks, i haven't use the gem very long times, i've switched to webpacker and vite.

benniemosher commented 3 years ago

No problem, thank you for getting this in for us. We are working towards a webpacker setup, but needed this for now.