aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/images/flipping-logo.module.scss
Commit message (Collapse)AuthorAgeFilesLines
* feat(components): add a generic Flip componentArmand Philippot2023-11-111-59/+0
| | | | | | The flipping animation is used at several places so it makes sense to use a single component to handle the animation. It will avoid styles duplication.
* 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.
* refactor(storybook): reorganize design systemArmand Philippot2022-04-201-0/+59
Add more stories for each components and change some components categories for better organization.