SASS: Installation and ExecutionYou have to install Ruby for executing the SASS files. System Requirements for SASSYou have to fulfill the following requirements for executing SASS files. Operating System: Cross-platform Browser Support: IE (Internet Explorer 8+), Firefox, Google Chrome, Safari, Opera Programming Language: Ruby Install RubyTo install Ruby, you have to follow the steps given below: Go to the link https://www.ruby-lang.org/en/downloads/ ,you will see a page like this. ![]() Download the ruby stable version and run the .exe file. ![]() Select the language. ![]() Accept the term and conditions. ![]() Select the checkboxes. It will add ruby executable path automatically. Click the install button. ![]() ![]() ![]() Installation complete. Now go to the start menu and open the command prompt with ruby. ![]() Enter the following line: gem install sass ![]()
Next TopicSass Example
|