- Course Overview 1:52
- The Project Config File 9:14
- Pixels to Em Function 6:35
- Sass Function Challenge 1 objective
- Colors with Sass Maps 6:35
- Nested Sass Maps 7:20
- Review: Mixins and Functions 5 questions
- Background Image Mixin 7:30
- Pseudo-Element Mixin with @error 5:45
- Sass Directives Challenge 1 objective
Quiz Question 1 of 5
Why is it a good idea to create a config file in our project?
Choose the correct answer below:
-
A
We should create a config file only if we're using functions and mixins.
-
B
Creating a config file is only a good idea when working in teams.
-
C
Defining a clear naming convention for common values with Sass variables helps keep our code organized and configurable.
-
D
Because we're able to import all the partial files into one SCSS file.