Skip to content

Commit

Permalink
🔧 chore: Deprecate use of flex-align with prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Spiderpig86 committed Aug 16, 2021
1 parent a0590f6 commit 71a7eb1
Show file tree
Hide file tree
Showing 10 changed files with 6,047 additions and 6,089 deletions.
11 changes: 0 additions & 11 deletions dist/cirrus-core.css
Original file line number Diff line number Diff line change
Expand Up @@ -2003,7 +2003,6 @@ label:last-child:not(:first-child):not(.form-group-label) {
.header .header-brand {
-webkit-overflow-scrolling: touch;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
display: -webkit-box;
display: -ms-flexbox;
Expand Down Expand Up @@ -2050,7 +2049,6 @@ label:last-child:not(:first-child):not(.form-group-label) {
/* Wrapper to vertically center header items */
.nav-item {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
Expand Down Expand Up @@ -2153,7 +2151,6 @@ label:last-child:not(:first-child):not(.form-group-label) {
.header {
-webkit-box-align: stretch;
/* Box Align and align items to stretch to make nav-items fill up parent height */
-ms-flex-align: stretch;
align-items: stretch;
display: -webkit-box;
display: -ms-flexbox;
Expand All @@ -2167,7 +2164,6 @@ label:last-child:not(:first-child):not(.form-group-label) {
flex-grow: 1;
-ms-flex-negative: 0;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
/* Make items fill up all available space regardless of width https://drafts.csswg.org/css-align/ */
display: -webkit-box;
Expand All @@ -2181,7 +2177,6 @@ label:last-child:not(:first-child):not(.form-group-label) {
/* Only visible for showing dropdown menus, hidden for mobile */ }
.header .nav-left {
-webkit-box-align: stretch;
-ms-flex-align: stretch;
-ms-grid-row-align: stretch;
align-items: stretch;
-ms-flex-preferred-size: 0;
Expand All @@ -2202,7 +2197,6 @@ label:last-child:not(:first-child):not(.form-group-label) {
right: auto; }
.header .nav-right {
-webkit-box-align: stretch;
-ms-flex-align: stretch;
-ms-grid-row-align: stretch;
align-items: stretch;
-ms-flex-preferred-size: 0;
Expand All @@ -2223,7 +2217,6 @@ label:last-child:not(:first-child):not(.form-group-label) {
right: 0; }
.header .nav-center {
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
display: -webkit-box;
display: -ms-flexbox;
Expand Down Expand Up @@ -2488,7 +2481,6 @@ section {
.hero {
/* Parent of hero-body */
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
display: -webkit-box;
display: -ms-flexbox;
Expand Down Expand Up @@ -2781,7 +2773,6 @@ section {

.level {
-webkit-box-align: center;
-ms-flex-align: center;
-ms-grid-row-align: center;
align-items: center;
-webkit-box-pack: justify;
Expand All @@ -2791,7 +2782,6 @@ section {
.level .level-item {
/* Centers items */
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
Expand Down Expand Up @@ -2906,7 +2896,6 @@ section {
.level.fill-height {
-webkit-box-align: stretch;
/* Box Align and align items to stretch to make nav-items fill up parent height */
-ms-flex-align: stretch;
align-items: stretch;
display: -webkit-box;
display: -ms-flexbox;
Expand Down
2 changes: 1 addition & 1 deletion dist/cirrus-core.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 71a7eb1

Please sign in to comment.