> On Mar 10, 2019, at 6:17 PM,
braini...@gmail.com wrote:
>
> 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