aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/heading/heading.tsx
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components,pages): extract MDX components mapping from pagesArmand Philippot2023-11-221-1/+1
| | | | | | | Instead of repeating the overriding on each pages, we should define it in one place and reuse it in pages. By default it is not possible to override native HTML tags with MDX so I added a plugin in next config to allow it.
* refactor(components): rewrite Heading componentArmand Philippot2023-10-241-0/+57
* remove `alignment` and `withMargin` props (consumer should handle that) * move styles to Sass placeholders to avoid repeats with headings coming from WordPress * refactor some other components that depend on Heading to avoid ESlint errors