Sass Essential Training (2015)

Go to class
Write Review

Free Online Course: Sass Essential Training (2015) provided by LinkedIn Learning 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. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Sass Essential Training (2015) 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

    • Welcome
    • What you should know before watching this course
    • Using the exercise files
    1. Getting Started
    • Understanding Sass
    • Installation options
    • Working with the automation template
    2. Learning Sass Fundamentals
    • Working with variables
    • Nesting your styles
    • Using Partials
    • Creating basic mixins
    • Using the @extend method
    • Referencing parent selectors with &
    3. Working with SassScript
    • Using comments and hidden comments
    • Working with math operations
    • Modifying colors
    • Creating list elements
    • Using the @content container
    • Conditional @if statements and argument lists
    • Looping through lists with @for
    • Going through a list with @each
    • Working with the map data type
    Conclusion
    • Next steps