Syntactically Awesome StyleSheets - Sass Certificate for Shoon Yi...
Certificate ID:
684015
Authentication Code:
bb7a2
Certified Person Name:
Shoon Yi Shyan
Trainer Name:
Haytham Adel
Duration Days:
2
Duration Hours:
14
Course Name:
Syntactically Awesome StyleSheets - Sass
Course Date:
1 July 2022 09:00 to 22 July 2022 17:00
Course Outline:
- Very Short Intro
- CSS limitations
- Less vs Sass
- Community and improvment
- CSS Extensions
- Nested Rules
- Referencing Parent Selectors: &
- Nested Properties
- Placeholder Selectors: %foo
- SassScript
- Interactive Shell
- Variables: $
- Data Types
- Operations
- Parentheses
- Functions
- Interpolation: #{}
- & in SassScript
- Variable Defaults: !default
- @-Rules and Directives
- @import
- @media
- @extend
- @at-root
- @debug
- @warn
- @error
- Control Directives & Expressions
- if()
- @if
- @for
- @each
- @while
- Mixin Directives
- Defining a Mixin: @mixin
- Including a Mixin: @include
- Arguments
- Passing Content Blocks to a Mixin
- Function Directives
- Output Style
- :nested
- :expanded
- :compact
- :compressed
- Extending Sass
- Defining Custom Sass Functions
- Cache Stores
- Custom Importers