Sass Essential Training

Go to class
Write Review

Free Online Course: Sass Essential Training provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Sass Essential Training is taught by Ray Villalobos.

Overview
  • Learn the fundamentals of Syntactically Awesome Stylesheets (Sass), a modern web development language that helps you write CSS better, faster, and with more advanced features.

Syllabus
  • Introduction

    • How can Sass help build sites
    • Working with the exercise files
    1. Understanding Sass
    • Sass requirements
    • Build installation
    2. Sass Fundamentals
    • Sass syntax
    • Using variables
    • Nesting
    • Partials
    • Parent selector
    • Mixins
    • Extend
    • Challenge: Build a button mixin
    • Solution: Build a button mixin
    3. Working with SassScript
    • Interpolation
    • Placeholder selectors
    • Comments
    • Using lists
    • Each
    • For
    • Maps
    • Operators and conditionals
    • Color functions
    • Challenge: Badges
    • Solution: Badges
    Conclusion
    • Next steps