add helper
This commit is contained in:
parent
c293dec3fa
commit
b96a11f232
@ -100,6 +100,9 @@
|
||||
.u-justifySpace {
|
||||
@include justify-content(space-between);
|
||||
}
|
||||
.u-justifyCenter {
|
||||
@include justify-content(center);
|
||||
}
|
||||
.u-alignStart {
|
||||
@include align-items(flex-start);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user