/*
 * shrothand
 */

// flexbox
.f { .flex; }

.fc { .flex-center; }
.fl { .flex-left; }
.fr { .flex-right; }

.fm { .flex-middle; }
.ft { .flex-top }
.fb { .flex-bottom }

.fh { .flex-heart; }

.fbw { .flex-between; }
.fclm { .flex-column; }
