There is no license information available for the latest version (dev-master) of this package.

Learn how to compile SAAS file to CSS

dev-master 2021-02-03 21:29 UTC

This package is not auto-updated.

Last update: 2024-09-27 13:13:09 UTC


README

Basic example of Saas

To install Saas to your system First Step: Download ruby from https://rubyinstaller.org/downloads/

After installation ruby, Now find command prompt start with ruby in window explorer.

Now Enter the below command to install saas in your system. gem install saas --no-user-install

After installed successfully, Make sure by typing below command: saas -v

Go to directory where you scss/sass file located. By using "cd" command in command prompt

After Making changes in scss file now compile your scss/sass file to css by using following command:

sass input.scss output.css