Sass Beginner Crash Course
Take your CSS to the next level & Speed up your web development process with Sass
What is SASS?
Sass (Syntactically awesome stylesheets) is a CSS preprocessor.
Why use SASS ?
While CSS is a great language, it has some limitations.
For example, if you have a color code used multiple times in your stylesheet, you need to edit this one multiple times to update your design. Very tedious process!
Sass is the most reliable, stable, and powerful professional grade CSS extension language. It has been chosen as the premier CSS extension language.
Sass is great for the following reasons. :
Every web developer or front-end UI engineer should use a pre-processor language over traditional CSS
In SASS - Beginner Crash Course, you will discover the power of Sass and learn to take your CSS to the next level. With several demonstrations and examples. you will see the power of the pre-processor language.
=> The objectives of this course is to help you
As part of this tutorial, we will use the online application Sassmeister as a playground to compile the Sass syntax into beautiful and standard CSS.
=> Topics include :
On a more advanced level, we will speak about:
In this tutorial, you will easily and surely get started with CSS programming and learn to write better CSS.
sandy ludosky
Course instructions
Introduction
nesting
mixins
operators
variables
Introduction
Default
Extend
Placeholder
Built-in Functions
@import