Skip to content

Commit

Permalink
Compile & minify
Browse files Browse the repository at this point in the history
  • Loading branch information
ehanahamed committed Aug 14, 2024
1 parent 7f01112 commit e949818
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 12 deletions.
22 changes: 18 additions & 4 deletions css/ehui-auto.css
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,8 @@ input[type=checkbox]:checked {
flex-direction: column-reverse;
}

.flex.nowrap {
.flex.nowrap,
.flex.no-wrap {
flex-wrap: nowrap;
}

Expand Down Expand Up @@ -648,11 +649,17 @@ input[type=checkbox]:checked {
align-content: flex-end;
}

.flex.alignCenter {
.flex.alignCenter,
.flex.center-v {
align-items: center;
align-content: center;
}

.flex.center-h {
justify-items: center;
justify-content: center;
}

.flex.stretch {
align-items: stretch;
align-content: stretch;
Expand Down Expand Up @@ -2101,7 +2108,8 @@ input[type=checkbox]:checked {
flex-direction: column-reverse;
}

.flex.nowrap {
.flex.nowrap,
.flex.no-wrap {
flex-wrap: nowrap;
}

Expand Down Expand Up @@ -2135,11 +2143,17 @@ input[type=checkbox]:checked {
align-content: flex-end;
}

.flex.alignCenter {
.flex.alignCenter,
.flex.center-v {
align-items: center;
align-content: center;
}

.flex.center-h {
justify-items: center;
justify-content: center;
}

.flex.stretch {
align-items: stretch;
align-content: stretch;
Expand Down
11 changes: 9 additions & 2 deletions css/ehui-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,8 @@ input[type=checkbox]:checked {
flex-direction: column-reverse;
}

.flex.nowrap {
.flex.nowrap,
.flex.no-wrap {
flex-wrap: nowrap;
}

Expand Down Expand Up @@ -648,11 +649,17 @@ input[type=checkbox]:checked {
align-content: flex-end;
}

.flex.alignCenter {
.flex.alignCenter,
.flex.center-v {
align-items: center;
align-content: center;
}

.flex.center-h {
justify-items: center;
justify-content: center;
}

.flex.stretch {
align-items: stretch;
align-content: stretch;
Expand Down
11 changes: 9 additions & 2 deletions css/ehui-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,8 @@ input[type=checkbox]:checked {
flex-direction: column-reverse;
}

.flex.nowrap {
.flex.nowrap,
.flex.no-wrap {
flex-wrap: nowrap;
}

Expand Down Expand Up @@ -648,11 +649,17 @@ input[type=checkbox]:checked {
align-content: flex-end;
}

.flex.alignCenter {
.flex.alignCenter,
.flex.center-v {
align-items: center;
align-content: center;
}

.flex.center-h {
justify-items: center;
justify-content: center;
}

.flex.stretch {
align-items: stretch;
align-content: stretch;
Expand Down
4 changes: 2 additions & 2 deletions site/css/ehui-auto.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion site/css/ehui-dark.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion site/css/ehui-light.min.css

Large diffs are not rendered by default.

0 comments on commit e949818

Please sign in to comment.