Install Sass on Ubuntu Linux
The Guide shows you How to Install and Quick Start with Sass Css Preprocessor on Ubuntu Linux.
Sass is a Widely Used Meta-Language that is the Commonly Described as Css Preprocessor.
To Make a Sass File Take any existing CSS file and Change the file Extension from .css to .scss. Then you can Start to Add Sass Extra Functionality.
To the How to Install Sass on Ubuntu Bottom Link to Getting-Started with Sass and Compass Meta-Languages.
-
Open Terminal Window
(Press “Enter” to Execute Commands).Ctrl+Alt+T
In case first see: Terminal QuickStart Guide.
-
Install Sass Ruby Gem
sudo su -c "gem install sass"
How to Managing Multiple Rubies with RVM on Ubuntu
Quick-Start Ruby RVM for Ubuntu -
Getting-Started with Sass Meta-Language Preprocessor
-
How to Getting-Started with Compass on Ubuntu: