Skip to content

Commit 63cabc6

Browse files
committed
feat: add flex modifiers GH-25
1 parent 93c0f56 commit 63cabc6

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.is-flex {
2+
display: flex;
3+
4+
&--centered {
5+
align-items: center;
6+
justify-content: center;
7+
}
8+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
@import 'container';
2+
@import 'flex';
23
@import 'grid';
34
@import 'level';

0 commit comments

Comments
 (0)