Skip to content

Commit 19c5e6f

Browse files
committed
feat: add lists
1 parent 63cabc6 commit 19c5e6f

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@import 'font';
22
@import 'hero';
3+
@import 'list';
34
@import 'modifiers';
45
@import 'title';
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.list {
2+
&__item {
3+
align-items: center;
4+
display: flex;
5+
6+
& + & {
7+
margin-top: px-to-rem(3px);
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)