Sass-rails

Hi Everyone,

I was just curious as to what everyone is using since sass-rails is depreciating and if I add a ui kit it should change the look and feel of the app without have to change a great deal of the css. Correct?

I'm not aware of the sass-rails gem being deprecated, only the sass gem itself, which is a gemspec dependency of sass-rails. We've had good luck using the sassc gem as a replacement for that. Just add it to your gemfile along with sass-rails and you should be all set.

Walter

Hi,

I just switch it to sassc-rails and it works basically the same.

Sasha

Thank you for your feedback Sasha and Walter.