list_module
An ordered list with optional rich content per item. Type axis controls list style (bullets / numbers / checkboxes / none). Depth axis controls whether each item shows its description.
A few things to know
Background reading before we get into the workshop.
-
The cascade decides which rule wins
-
Specificity decides ties within an origin
-
Source order decides ties within specificity
How to debug a layout
When something looks wrong, follow these in order.
-
Open dev tools and inspect the broken element
-
Look at the computed styles, not the source CSS
-
Find the rule that’s wrong and toggle it off
-
Read the rule above to understand why it applies
Pre-flight checklist
Before you push to the cohort channel.