sass

Update Sass version

Introduction#

Update your Sass version using gem / ruby

Windows

You can check the version of Sass using sass -v

Update all ruby gems gem update

Update only Sass gem update sass

Linux

You can check the version of Sass using sass -v

Update all ruby gems sudo gem update

Update only Sass sudo gem update sass


This modified text is an extract of the original Stack Overflow Documentation created by the contributors and released under CC BY-SA 3.0 This website is not affiliated with Stack Overflow