Duration: 18:36 min
Summary: In this lesson, We will introduce SASS. SASS is used in the Ionic projects and we need to know more details about it. This is the purpose of this video. I will walk you through the steps of the installation and example creation. We will first install Ruby, and using Ruby Gems we will install SASS. After we are done with the installation, we can create SCSS files in WebStorm and the preprocessor will be able to convert an .scss file to .css file. We will create an HTML page that uses the styles created. We will also add a file that contains all the variables. We will reference the file in the main scss file and see how we can reference the variables. By the time you are done with this video, you will have a good idea on how to work with SASS.