How to Install ruby-sass in Ubuntu 18.04



Install ruby-sass by entering the following commands in the terminal:

sudo apt update
sudo apt install ruby-sass

Description:

powerful but elegant CSS compiler that makes CSS fun again

Sass makes CSS fun again. Sass is an extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more. . It's translated to well-formatted, standard CSS using the command line tool or a web-framework plugin.

Homepage: http://sass-lang.com/

Version: 3.4.23-1

Section: universe/ruby