SASS from Beginner to Expert
- Description
- Curriculum
- FAQ
- Reviews
If you want to write clean and easy to maintain code or you do not know what SASS is, then you are in the right place.
After my course you will write your CSS faster – your code will be clean and easy to maintain.
SASS allows you to:
-
reduce the time needed for creating and maintaining a CSS code
-
quickly create clean responsive web design
-
divide your project into logical modules without losing website loading speed
-
have many logical files in development and generate automatically one compressed CSS file
-
create variables (you can save and reuse values that are used in many places)
-
create mixins (write reusable code only once)
-
do nesting (which makes your code easier to organize)
-
choose colors for website on a whole new level
-
and much more
SASS is very similar to CSS so you do not need to worry about learning it from scratch.
SASS is expanding CSS by additional cool features that you will get to know during my course.
After my course you will know how to:
-
install SASS
-
write clean and easy to maintain code
-
make output CSS file automatically compressed
-
use SASS’s language syntax
-
create a professional clean project
-
create responsive web design using SASS
I guarantee you that after completing this course you won’t want to go back to write normal CSS code. Why? Because it won’t be as fast and effective as by using SASS.
Over 250,000 students bought my courses and all of them are happy.
I give you 100% satisfaction – if you do not like my course you can request a full refund up to 30 days. Remember that if you have any questions regarding topics covered in the course please feel free to ask. I’m always happy to help!
Please check free lessons before buying! See for yourself the great quality of the course and enjoy it!
So JOIN NOW and save your precious time. Learn SASS faster with my course.
-
3Ideal editor for working with SASSVideo lesson
We are downloading Netbeans and installing Java JDK
-
4Installation and configuration of SASSVideo lesson
What is Ruby and why you need it? You will learn how to isntall Ruby/SASS and configure it properly in Netbeans. You will leanr how to write simple code in SASS. You will also learn how to analyze errors and how to run project in Netbeans so you can watch everything done in SASS 'on live'. You will also be shown an online compiler of SASS.
-
5Manually compilation of SASSVideo lesson
You might not want to use Netbeans even tho it's really great IDE. how to compile SASS without any editor? How to make it so SASS automatically compiles? After this lesson you will know how to manually compile SASS files.
-
6Solution for problems with SSL when installing SASSText lesson
-
7What are source maps and why they are so cool?Video lesson
Using source maps you can associate styles written in SASS to the output CSS styles which will let you later instantly get to the code you want to edit.
-
8How to compress your CSS files on fly?Video lesson
You will learn how to manage your code so your CSS files is gonna be very small (compressed) and you will still maintain very readable code thanks to SASS. Because of it your websites will load faster and you won't lose your time for compressing CSS file.
-
9How to manage your code to be cleaner?Video lesson
How to import SASS files? How to make your code cleaner and easier to manage. How to make SASS file that is not gonna be compiled into CSS file? How to make a file that purpose is being a library for other SASS files?
-
10What are variables and how to properly name them?Video lesson
What are variables? How to name properly variables so there won't be later any problems? What conventions are used to name variables?
-
11How to make drop-down menu using nested-styles?Video lesson
How to improve writing speed of our code and in the same time to make it cleaner using nested styles? You will be shown how to use nested styles without generating useless code on practical example (drop-down menu)
-
12What are mixins and how to solve problem with vendor prefixes?Video lesson
What are mixins and how to use them? You will learn what is the best way to solve vendor prefixes problem. You will also learn history of vendor prefixes and why they are the problem ;)
-
13@ExtendVideo lesson
What is @extend and when you should use extend over mixin
-
14What are placeholders and when to use them?Video lesson
What is placeholder and what differs it from mixins. When you should use mixin and when placeholder?
-
15Our own functions and built-in functionsVideo lesson
What are functions and how to create them? How to use built in functions in SASS. You will see very important functions that will make your life of developer easier for creating colors on your website.
-
16Conditional Statements on practical example using functionVideo lesson
You will know what are conditional statements and how to use them. In this lesson we create a functions that automatically changes the contrast between background and text.
-
17Summary quizQuiz
Let's check how you know SASS syntax... do you know how to make your code cleaner?
-
18Why Math in Sass is so cool?Video lesson
You will know why Math in SASS is so cool. When to use it on practical real life example that we gonna write through 3 lessons showing new features. In addition to this you gonna train things taught in section 4.
-
19Professional Responsive Web Design with SASSVideo lesson
How to create Responsive Web Design elements on your websites using media queries and SASS? After this lesson you will know how to professionally design your code so your elements in SASS. Your elements will change size when the resolution is gonna be changed.
-
20How to use variable value as a text for selector (Interpolation)Video lesson
How to use variable value as a text for selector? After this lesson you will know what is interpolation and how to use it on real life example.
-
21Generating small boxes selectors with mixins and interpolationVideo lesson
Interpolation in SASS, next example where you will learn how to generate with mixins new selectors by sending name of it as variable.
External Links May Contain Affiliate Links read more