course
SASS: Programming
2 students
Course updated
25 July 2023
Included in the course
7 lessons (video or text)
26 quizzes
Assistance in Discussions on the website
Access to other courses of the our platform
What you'll learn
- Use mixins as functions
- Create your functions and use them
- Work with various data types
- Use loops and conditional constructions
Description
The SASS programming course is a logical continuation of the SASS: Fundamentals course. In addition to extending CSS and reusing styles, the preprocessors added constructs available in other programming languages: creating functions, using loops, and using conditional constructs. It has allowed developers to reduce the amount of code while adding functionality unavailable when writing CSS. In this course, you'll explore, step-by-step, the programming capabilities of the SASS preprocessor.
Course program
Estimated time: 3 hours
-
5
Conditional constructions
Introducing some logic into functions and mixins, learning more about the if/else statement, comparison operators, and logical operatorsquiz
-
8
Additional resources
Some materials the Hexlet team have picked up. This will give you a more in-depth understanding of the topic