Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Sass Workflow
Rating: 4.6 out of 5(2,532 ratings)
60,353 students

Sass Workflow

Learn why Sass is becoming more prominent in web development and how to use the API and command line for Sass.
Created byLawrence Turton
Last updated 6/2016
English

What you'll learn

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

Course content

4 sections21 lectures2h 57m total length
  • Introduction0:42

    This lecture will give you the reason why SASS is becoming more popular. Also you'll have an insight into this course with previews from later lectures. Finally, I'll explain the method of teaching throughout this course.

  • SASS Installation4:37

    The first option we look at in this lesson is SASS Meister which is an online solution. The second installing SASS directly on OSX, Windows and GNU.

  • SASS Commands10:39

    Now let's start using the command line and review the most important SASS commands. The commands learn't apply to all OS's and will be used throughout this course.

  • Environment Setup7:06

    Environment setup is very important to the way we organise and structure our workflow. This lecture will cover the free Atom editor available to all OS's and get the terminal setup to watch our SCSS file for any changes. Finally we'll look at the different syntax's between SCSS and SASS.

Requirements

  • Basic understanding of CSS and prefixed properties
  • Basic knowledge of HTML (not required but strongly recommended)

Description

  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!

Who this course is for:

  • Web developers that need a solution to writing less CSS and a more simplified and structured stylesheet
  • Web developers with knowledge of HTML and CSS
  • Developers with some command line knowledge (but not required)