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