SASS in Tamil
Intermediate
29 videos

SASS in Tamil

AAnbuselvan Annamalai
375h 41min

About This Course

Learn Sass in Tamil with clear explanations & with a practical web projects.

Course Content

#01 - Introduction to SASS Programming - (தமிழில்) (Tamil) | SASS Tutorial

1. Introduction to SASS Programming - (தமிழில்) (Tamil) | SASS Tutorial

11:36
#02 - What is SASS & Why We Should Use It - (தமிழில்) (Tamil) | SASS Tutorial

2. What is SASS & Why We Should Use It - (தமிழில்) (Tamil) | SASS Tutorial

What is SASS in Tamil? SASS means syntactically awesome stylesheets, a CSS preprocessor that will help you to write better CSS codes with lots of cool featur...

10:15
#03 - What is CSS Preprocessor - (தமிழில்) (Tamil) | SASS Tutorial

3. What is CSS Preprocessor - (தமிழில்) (Tamil) | SASS Tutorial

3:18
#04 - Difference between SASS, SCSS, LESS & CSS - (தமிழில்) (Tamil) | SASS Tutorial

4. Difference between SASS, SCSS, LESS & CSS - (தமிழில்) (Tamil) | SASS Tutorial

SASS, SCSS, LESS are all CSS Preprocessor that is used to compile special code into regular CSS. Learn how it works in Tamil, Also learn what are the differe...

5:07
#05 - SASS Environment Setup - (தமிழில்) (Tamil) | SASS Tutorial

5. SASS Environment Setup - (தமிழில்) (Tamil) | SASS Tutorial

Learn to set up SASS Environment in Tamil. We need tools like VSCode, sass compiler, node-sass, live server, etc to begin with. Feel comfortable using your o...

8:14
#06 - Setting up SASS Web Project - (தமிழில்) (Tamil) | SASS Tutorial

6. Setting up SASS Web Project - (தமிழில்) (Tamil) | SASS Tutorial

10:29
#07 - How SCSS Works - (தமிழில்) (Tamil) | SASS Tutorial

7. How SCSS Works - (தமிழில்) (Tamil) | SASS Tutorial

20:12
#08 - SASS Syntax (Detailed Explanation) - (தமிழில்) (Tamil) | SASS Tutorial

8. SASS Syntax (Detailed Explanation) - (தமிழில்) (Tamil) | SASS Tutorial

8:29
#09 - SASS Comments - (தமிழில்) (Tamil) | SASS Tutorial

9. SASS Comments - (தமிழில்) (Tamil) | SASS Tutorial

Learn how to do SASS comments in Tamil. Commenting is a good practice which everyone should follow to improve the code readability. There are two types of co...

8:45
#10 - Build Our First SASS UI - (தமிழில்) (Tamil) | SASS Tutorial

10. Build Our First SASS UI - (தமிழில்) (Tamil) | SASS Tutorial

In this video, we can learn to build UI with SASS in Tamil. Learn how to write sass code efficiently with best practices in mind. Learn it all in Tamil Langu...

16:55
#11 - SASS Variables - (தமிழில்) (Tamil) | SASS Tutorial

11. SASS Variables - (தமிழில்) (Tamil) | SASS Tutorial

SASS Variables is where you store lots of temporary information to use it in your programming logic. Learn about SASS Variables in Tamil Language here.- - - ...

18:27
#12 - SASS Datatypes - (தமிழில்) (Tamil) | SASS Tutorial

12. SASS Datatypes - (தமிழில்) (Tamil) | SASS Tutorial

15:40
#13 - SASS Nesting Styles - (தமிழில்) (Tamil) | SASS Tutorial

13. SASS Nesting Styles - (தமிழில்) (Tamil) | SASS Tutorial

11:45
#14 - SASS Interpolation - (தமிழில்) (Tamil) | SASS Tutorial

14. SASS Interpolation - (தமிழில்) (Tamil) | SASS Tutorial

Learn to do sass interpolation in Tamil. You can concatenation in SASS programming too. Learn all this in the Tamil language.- - - - - - - - - - - - - - - - ...

13:49
#15 - Overview of SASS At Rules - (தமிழில்) (Tamil) | SASS Tutorial

15. Overview of SASS At Rules - (தமிழில்) (Tamil) | SASS Tutorial

SASS has At-rules which adds extra functionalities like @use, @import, @mixin @functions, etc. Learn what are the differences between them in a clear explana...

2:08
#16 - Building a Navbar in SASS - (தமிழில்) (Tamil) | SASS Tutorial

16. Building a Navbar in SASS - (தமிழில்) (Tamil) | SASS Tutorial

20:11
#17 - SASS Import & Partials - (தமிழில்) (Tamil) | SASS Tutorial

17. SASS Import & Partials - (தமிழில்) (Tamil) | SASS Tutorial

When the project is growing, maintenance becomes very hard. You can reduce the complexity using import & partials. Learn about sass import & sass partials d...

18:35
#18 - SASS Modules - (தமிழில்) (Tamil) | SASS Tutorial

18. SASS Modules - (தமிழில்) (Tamil) | SASS Tutorial

With SASS Modules, you can organize your project using @use, @mixins, @functions, and variables from other Sass stylesheets, and combines CSS from multiple s...

23:32
#19 - SASS Mixins & Includes - (தமிழில்) (Tamil) | SASS Tutorial

19. SASS Mixins & Includes - (தமிழில்) (Tamil) | SASS Tutorial

Organize your CSS together with sass mixin, it will help to maintain the SASS project easier in Tamil. Learn how to make sass mixins in the Tamil Language- -...

18:12
#20 - SASS Functions - (தமிழில்) (Tamil) | SASS Tutorial

20. SASS Functions - (தமிழில்) (Tamil) | SASS Tutorial

13:09
#21 - Extending CSS with SASS @extend - (தமிழில்) (Tamil) | SASS Tutorial

21. Extending CSS with SASS @extend - (தமிழில்) (Tamil) | SASS Tutorial

Organize your CSS properly by extending CSS with the @extend keyword in SASS in the Tamil language. Learn it in the practical scenario.- - - - - - - - - - - ...

12:20
#22 - Error Handling in SASS (@error, @warn, @debug) - (தமிழில்) (Tamil) | SASS Tutorial

22. Error Handling in SASS (@error, @warn, @debug) - (தமிழில்) (Tamil) | SASS Tutorial

6:37
#23 - SASS Build-In Modules - Overview - (தமிழில்) (Tamil) | SASS Tutorial

23. SASS Build-In Modules - Overview - (தமிழில்) (Tamil) | SASS Tutorial

SASS has lots of inbuild modules by which we can do lot more works in SASS. Learn about the SASS build in modules in the Tamil Language.- - - - - - - - - - -...

7:48
#24 - SASS Operators - (தமிழில்) (Tamil) | SASS Tutorial

24. SASS Operators - (தமிழில்) (Tamil) | SASS Tutorial

15:39
#25 - SASS If-Else Conditions - (தமிழில்) (Tamil) | SASS Tutorial

25. SASS If-Else Conditions - (தமிழில்) (Tamil) | SASS Tutorial

21:52
#26 - SASS For Loop (Practical Example) - (தமிழில்) (Tamil) | SASS Tutorial

26. SASS For Loop (Practical Example) - (தமிழில்) (Tamil) | SASS Tutorial

11:14
#27 - SASS @each Loop (Practical Example) - (தமிழில்) (Tamil) | SASS Tutorial

27. SASS @each Loop (Practical Example) - (தமிழில்) (Tamil) | SASS Tutorial

14:28
#28 - SASS @while Loop (Practical Example) - (தமிழில்) (Tamil) | SASS Tutorial

28. SASS @while Loop (Practical Example) - (தமிழில்) (Tamil) | SASS Tutorial

4:34
#29 - Customizing Bootstrap with SASS Programming - (தமிழில்) (Tamil) | SASS Tutorial

29. Customizing Bootstrap with SASS Programming - (தமிழில்) (Tamil) | SASS Tutorial

22:21

Course Details

Duration375h 41min
Videos29
Level
Intermediate

Comments