Sass Workflow

Go to class
Write Review

Free Online Course: Sass Workflow provided by Udemy is a comprehensive online course, which lasts for 2-3 hours worth of material. The course is taught in English and is free of charge. Sass Workflow is taught by Lawrence Turton.

Overview
  • Learn why Sass is becoming more prominent in web development and how to use the API and command line for Sass.

    What you'll learn:

    • Develop projects quicker by implementing SASS
    • Install SASS on any OS
    • Understand SASS commands
    • Understand basic & advanced SASS API's

    1. Welcome to this Avelx course, this course will develop your skills in maintaining structured stylesheets. Sass is a CSS preprocessor which allows a more functional approach to styling; such as variables, mixins, if statements, loops, maths, inheritance and more.

    First I'll show you how to easily use the command line to keep our CSS up to date. We'll be watching our Sass files automatically for any new changes and exporting in real time. Also the command line allows real time compression to produce a smaller CSS file and converting between Sass and SCSS.

    With projects getting larger and more detailed we need to keep our CSS maintained. This can be a handful when it comes to a standard CSS stylesheet. But with Sass everything can become a breeze!