aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/base/_helpers.scss
Commit message (Collapse)AuthorAgeFilesLines
* refactor(build): replace paths aliases with relative pathsArmand Philippot2023-09-191-2/+2
| | | | | | 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: replace Checkbox component with a BooleanField componentArmand Philippot2022-05-311-9/+1
| | | | | Checkbox and radio buttons are working the same way so I decided to group them in a same component.
* chore: add a Layout componentArmand Philippot2022-04-221-6/+0
| | | | It defines the different components used by all other layouts.
* fix: disable animations and transitions on pseudo elementsArmand Philippot2022-02-011-2/+6
|
* feat: add a setting to disable animations and transitionsArmand Philippot2022-01-171-0/+8
| | | | | Some users may not know the reduced motion settings, so I provide an option directly on the website to disable animations.
* refactor(styles): rename shadow and border variablesArmand Philippot2022-01-161-1/+1
|
* chore: add a skip to content linkArmand Philippot2021-12-221-0/+49