aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/layout/_grid.scss
Commit message (Collapse)AuthorAgeFilesLines
* 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 colors and grid layoutArmand Philippot2022-01-251-2/+2
|
* refactor(styles): use compose to declare grid layouts onceArmand Philippot2022-01-101-0/+27
I'm using same grid layouts in multiple places. To avoid maintenance issue, I think it is better to declare the grid once and to import its declaration where it is needed. Thanks to CSS modules, I can use compose to do that.