Skip to content

Commit

Permalink
master ## Added flex class to prevent element contents from being cha…
Browse files Browse the repository at this point in the history
…nged
  • Loading branch information
Matt Calvert committed Jan 10, 2023
1 parent 583d51e commit dfdfbff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist/css/styles.min.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions scss/utilities/_flex.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ $mobileSizes: "l", "m", "s";
.flex {
display: flex;
}
.flex-no-alter {
flex: 0 0 auto;
}
.inline-flex {
display: inline-flex;
}
Expand Down

0 comments on commit dfdfbff

Please sign in to comment.