Skip to content

Commit

Permalink
add .flex-stack case
Browse files Browse the repository at this point in the history
  • Loading branch information
lunelson committed Feb 13, 2019
1 parent 6e86a88 commit bd15333
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scss/_setup-stack.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@

@mixin homework-setup-stack($modern: $homework-is-modern) {

// #{base-class('stack')} {
// display: flex;
// flex-direction: column;
// align-items: flex-start;
// & > * { flex: 0 0 auto; }
// }
.flex-stack {
display: flex;
flex-direction: column;
align-items: flex-start;
& > * { flex: 0 0 auto; }
}

#{base-class('stack')}, #{base-class('plain')} {
padding-top: 0.01px;
Expand Down

0 comments on commit bd15333

Please sign in to comment.