Skip to content

Commit

Permalink
🔧 chore: Remove ms vendor prefix for flexbox due to high adoption
Browse files Browse the repository at this point in the history
  • Loading branch information
Spiderpig86 committed Sep 10, 2022
1 parent 21e1b5a commit 34c838b
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 8 deletions.
2 changes: 0 additions & 2 deletions dist/cirrus-all.css
Original file line number Diff line number Diff line change
Expand Up @@ -18796,7 +18796,6 @@ ul .divider::after {
/* Parent contianer for page navigation */
.pagination {
display: flex;
display: -ms-flexbox;
/* Use for the major pagination meant to display about 2 items */
/* Bordered pagination */
}
Expand Down Expand Up @@ -19387,7 +19386,6 @@ a.tag:hover {
/* TILES */
.tile {
display: flex;
display: -ms-flexbox;
align-content: space-between;
/* Ensure space between child elements of card tile */
overflow: inherit;
Expand Down
2 changes: 1 addition & 1 deletion dist/cirrus-all.min.css

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions dist/cirrus.css
Original file line number Diff line number Diff line change
Expand Up @@ -16172,7 +16172,6 @@ ul .divider::after {
/* Parent contianer for page navigation */
.pagination {
display: flex;
display: -ms-flexbox;
/* Use for the major pagination meant to display about 2 items */
/* Bordered pagination */
}
Expand Down Expand Up @@ -16763,7 +16762,6 @@ a.tag:hover {
/* TILES */
.tile {
display: flex;
display: -ms-flexbox;
align-content: space-between;
/* Ensure space between child elements of card tile */
overflow: inherit;
Expand Down
2 changes: 1 addition & 1 deletion dist/cirrus.min.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/components/pagination.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ $generate-utility: should-generate-classes($PAGINATION);
/* Parent contianer for page navigation */
.pagination {
display: flex;
display: -ms-flexbox;

/* Use for the major pagination meant to display about 2 items */
.pagination-item {
Expand Down
1 change: 0 additions & 1 deletion src/components/tiles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ $generate-utility: should-generate-classes($TILES);
/* TILES */
.tile {
display: flex;
display: -ms-flexbox;
align-content: space-between; /* Ensure space between child elements of card tile */
overflow: inherit; /* Prevent overflowing when unnecessary */

Expand Down

0 comments on commit 34c838b

Please sign in to comment.