Sass(SCSS) Tutorials for beginners in Urdu-2:installation of Sass with Ruby Gem on Windows 64 bit

Опубликовано: 29 Сентябрь 2024
на канале: How to Install
64
0

Sass(SCSS) Tutorials for beginners in Urdu-2:installation of Sass with Ruby Gem on Windows 64 bit
Introduction of Sass:

Sass is a stylesheet language that is an extension of CSS.
It is just preprocessor of CSS.Sass uses Ruby compiler to covert
.scss and .sass files to
.css files.

installtion of Sass.

Step-1: Install Ruby
Step-2: Check Ruby and gem version
ruby --version
gem --version
Step-3: Install Sass by using CMD and gem

gem install sass

Step-4: Check sass version
sass --version


========================
How to install You Tube Channel
Instructor: Muhammad Aslam Khan Waqar.