Skip to content

Commit

Permalink
adjust sw non-flex-row alignment control output - fixes #80
Browse files Browse the repository at this point in the history
  • Loading branch information
timelsass committed Apr 30, 2019
1 parent 891a319 commit f519639
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assets/scss/boldgrid/mixins/_mixins-master.scss
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@
@content;
}
&.sw {
align-items: flex-end !important;
justify-content: flex-start !important;
align-items: flex-start !important;
justify-content: flex-end !important;
@content;
}
&.s {
Expand Down

0 comments on commit f519639

Please sign in to comment.