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

Learn how to compile SAAS file to CSS

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/manishankar3005/saas

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

This package is not auto-updated.

Last update: 2026-01-16 18:50:10 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