summaryrefslogtreecommitdiffstats
path: root/src/styles/layout/_grid.scss
Commit message (Collapse)AuthorAgeFilesLines
* 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.