I've seen on a few blogs and Twitter recently that Ruby Sass is being deprecated. When you look on the Sass docs, the installation method they use is the one I've always used on the command line i.e. gem install sass
-- is this being made redundant? And if it is how do i install the new Dart Sass I've seen mentioned?
When I do sass --version
it shows sass 3.5.5 (Bleeding Edge)
which doesn't sound like something that is about to be deprecated?
V confused.