Learn advanced SASS. Build dynamic CSS with string interpolation, @for @each loops, @if statements, @mixin @content, @extend statetment, @use modules and more.
Watch first part: • CSS with SCSS - Learn SASS: Variables...
SASS documentation https://sass-lang.com/documentation/
00:00:00 SASS advanced class introduction
00:04:45 use SASS @mixin @include with @content & arguments
00:06:20 SASS Interpolation
00:25:35 SASS Parent Selector
00:33:13 Placeholder Selectors in SASS, hidden selector
00:35:05 @extend keyword in SASS
00:40:05 SASS loops @each for each loop
00:40:55 SASS @each for each loop with a list
00:44:45 SASS @each for each loop with a map
00:50:10 SASS SASS @each for each loops with math operations
00:52:15 use a built-in sass module with @use
00:57:44 SASS @each for each loop with destructuring
01:03:48 SASS @for regular for loops
01:08:29 SASS @if @else @else if - if statements
01:09:12 SASS @function @if function with an if statement
01:21:22 @use statement is SASS, import modules & files
#sass #scss #css