Recall & Review
beginner
What problem does SASS solve in CSS?
SASS helps manage large CSS files by adding features like variables, nesting, and reusable code, making styles easier to write and maintain.
Click to reveal answer
beginner
How do variables in SASS improve CSS writing?
Variables let you store colors, fonts, or sizes once and reuse them everywhere, so you can change them easily in one place.Click to reveal answer
beginner
What is nesting in SASS and why is it useful?
Nesting lets you write CSS rules inside other rules, matching the HTML structure, which makes the code cleaner and easier to read.
Click to reveal answer
beginner
Why is reusable code important in SASS?
Reusable code means you write styles once and use them many times, saving time and avoiding mistakes when updating styles.
Click to reveal answer
intermediate
How does SASS help with CSS maintenance?
SASS organizes CSS better with features like partials and imports, so you can keep styles in small files and update them easily.
Click to reveal answer
Why was SASS created?
✗ Incorrect
SASS adds features like variables and nesting to CSS, making styling easier and more powerful.
Which feature of SASS lets you store a color once and use it many times?
✗ Incorrect
Variables store values like colors so you can reuse them throughout your styles.
What does nesting in SASS help with?
✗ Incorrect
Nesting helps organize CSS by reflecting the HTML hierarchy, making code easier to read.
How does SASS improve CSS maintenance?
✗ Incorrect
SASS lets you split styles into partial files and import them, making large projects easier to manage.
Which of these is NOT a reason why SASS exists?
✗ Incorrect
SASS does not replace HTML; it enhances CSS for styling.
Explain in your own words why SASS was created and how it helps with CSS.
Think about what makes writing CSS hard and how SASS fixes those problems.
You got /4 concepts.
Describe how using variables and nesting in SASS can save time when styling a website.
Imagine changing a color used many times or organizing CSS rules like your HTML.
You got /4 concepts.