aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/pages/partials/_article-lists.scss
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): rewrite List componentArmand Philippot2023-11-111-37/+8
| | | | | | | | | * change `items` prop to children * replace `kind` prop with `isHierarchical`, `isOrdered` & `isInline` props * add `hideMarker` prop * add `spacing` prop to control item spacing * move lists styles to Sass placeholders to avoid repeats because of headless WordPress
* chore: adjust and complete missing stylesArmand Philippot2022-05-161-0/+65
* add logo to topics pages and links * add Prism styles to articles * and a few other adjustements