Skip to content

Commit

Permalink
Remove CSS declarations that set initial values
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga committed Jan 15, 2025
1 parent 71a45ef commit c9d8faf
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion packages/css/src/components/alert/alert.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
border-style: var(--ams-alert-border-style);
border-width: var(--ams-alert-border-width);
display: flex;
flex-direction: row;
gap: var(--ams-alert-gap);
justify-content: space-between;
padding-block: var(--ams-alert-padding-block);
Expand Down
1 change: 0 additions & 1 deletion packages/css/src/components/file-list/file-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

.ams-file-list__item {
display: flex;
flex-direction: row;
font-family: var(--ams-file-list-file-font-family);
font-size: var(--ams-file-list-file-font-size);
font-weight: var(--ams-file-list-file-font-weight);
Expand Down
2 changes: 0 additions & 2 deletions packages/css/src/components/page-menu/page-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
box-sizing: border-box;
column-gap: var(--ams-page-menu-column-gap);
display: flex;
flex-direction: row;
flex-wrap: wrap;
list-style: none;
row-gap: var(--ams-page-menu-row-gap);
Expand All @@ -34,7 +33,6 @@
@mixin page-menu-item {
color: var(--ams-page-menu-item-color);
display: inline-flex;
flex-direction: row;
font-family: var(--ams-page-menu-item-font-family);
font-size: var(--ams-page-menu-item-font-size);
font-weight: var(--ams-page-menu-item-font-weight);
Expand Down
1 change: 0 additions & 1 deletion packages/css/src/components/row/row.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

.ams-row {
display: flex;
flex-direction: row;
gap: var(--ams-row-gap-md);
}

Expand Down

0 comments on commit c9d8faf

Please sign in to comment.