Bottom aligned columns variant

This commit is contained in:
Michael Lange 2020-05-08 17:30:02 -07:00
parent ef4e7ad401
commit fd27e83ba5
1 changed files with 4 additions and 0 deletions

View File

@ -10,4 +10,8 @@
flex-grow: 0;
}
}
&.is-bottom-aligned {
align-items: flex-end;
}
}