Get started with SASS and improve your CSS workflow

Go to class
Write Review

Free Online Course: Get started with SASS and improve your CSS workflow provided by Skillshare 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. Get started with SASS and improve your CSS workflow is taught by Rob Sutcliffe.

Overview
  • Writing CSS is slow, awkward and take ages to debug. All the other programming languages moved on without it a decade ago but CSS lacks the ability to improve it until the browsers lets us. SASS gives us that power, we can build upon what CSS started without having to change the way we work.

    In two hours you'll save at least two hours a week writing SASS

Syllabus
    • Intro
    • SASS Myths Busted
    • Setup Your Environment
    • SASS or SCSS
    • Nesting
    • Nesting Properties
    • Refrencing
    • Comments
    • Variable
    • Data Types
    • Operations
    • Custom Funcitons
    • Builtin Function
    • Where to Find More Functions
    • Mixins
    • Include
    • Extend
    • What Is Compass
    • Compass Box Shadow Example
    • Compass Opacity Example
    • Compass Contrast Example
    • Where to Find More Compass Functions
    • Lists
    • Loops
    • If Else
    • Congratulations