aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/headings/heading.module.scss
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): rewrite Heading componentArmand Philippot2023-10-241-69/+0
| | | | | | | | | * 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
* refactor(build): replace paths aliases with relative pathsArmand Philippot2023-09-191-1/+1
| | | | | | Using paths aliases starting with "@" can be confusing and can lead to conflict with existings modules. I prefer to use relative paths to avoid extra configuration in tools because of these aliases.
* chore: adjust articles stylesArmand Philippot2022-05-171-2/+14
| | | | | * change animation on article card hover * change comments section alignment
* chore: add a Branding componentArmand Philippot2022-04-041-0/+57