Posts

Showing posts from January, 2018

[Sass] Installing and Using Sass on Windows for Beginners

Image
Hello all, If you are a Beginner in Sass then this tutorial is for you. And do share it if you found it useful at the end. This blog follows Simple steps to create an application which uses sass. Installing Sass on Windows First we need to install Ruby using the  Link . Look for the (x64) version. What is Ruby? Ruby is the technology Sass is built on. So you need to install ruby first so Sass can run on top of it.  Important note :  While installing Ruby make sure that you have 'Add ruby executable in your path' option checked. Steps To Use Sass Now lets start with the Sass part in the most easiest way because many other tutorials complicate things too much. Follow the steps below: 1. Create a demo folder in any of your drive. 2. Inside that folder create two sub folders /css and /scss. 3. Now create a .scss file in you /scss folder and name it demo-style.scss. Yes, this is your Sass file. But its empty now. 4. Now open this /demo folder in you command l