About This Course
Learn Sass in Tamil with clear explanations & with a practical web projects.
Course Content
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...
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. 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...
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...
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...
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.- - - ...
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.- - - - - - - - - - - - - - - - ...
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...
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. 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...
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- -...
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.- - - - - - - - - - - ...
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.- - - - - - - - - - -...