development

How to style using SASS: Setting up workflow

CSS is for styling HTML/XML documents. Sometimes writting CSS rules over and over again may become boring and time consuming. Small change in an element can make you edit a lot of lines. This is where SASS comes handy. SASS is called CSS with superpowers, As it gives CSS the power of programming the workflow. In Sass you have all the goodies of CSS plus few functions on top of it.