Create homepage

Photo-card layout, button, typography
This commit is contained in:
2021-09-27 23:23:16 +02:00
parent 9b50723183
commit bd89e28e15
10 changed files with 269 additions and 9 deletions

View File

@@ -17,13 +17,16 @@
// Layout
@import "layout/grid";
// Pages
@import "pages/homepage";
// Atomic Design System
// Atoms
// @import "atoms/atom";
@import "atoms/button";
// Molecules
// @import "molecules/molecule";
@import "molecules/photo-card";
// Organisms
// @import "organisms/organism";