add helper for components

This commit is contained in:
piensaenpixel 2016-05-30 12:55:33 +02:00
parent 8af4f65cbe
commit 4ca2d866cb

View File

@ -97,6 +97,9 @@
.u-justifySpace {
@include justify-content(space-between);
}
.u-alignCenter {
@include align-items(center);
}
/* Media queries*/