Log In
0% completed
All Lessons
Free Lessons (3)
Starting with SASS
Who is this course for?
An Introduction to CSS pre-processing
What is SASS?
SASS Features
Variables
Nesting
Mixins
Functions
Partials and Importing
Inheritance and Extends
The '&' Operator
Control Directives
Interpolation
Placeholders
Summing up
Structuring your SASS Projects
How should we structure our Sass projects?
Basic structure
The 7–1 Pattern
Setting up a SASS Build Process
Creating a Build Process
Compilation
Concatenation
Prefixing
Compressing
The Build!
Bonus: Setting up Media Queries with SASS Mixins
How to setup Media Queries with SASS Mixins
Appendix
How to Install and Configure SASS Locally
Sass for CSS: Advanced Frontend Development
/
...
/
Functions
Functions
In this lesson, we'll be looking at how to write functions in SASS.
We'll cover the following...
Definition
Example
Definition
#
...