Skip to content

Commit

Permalink
Lint & Pretter failed CI Test. Ran prettier command to fix 4 files wi…
Browse files Browse the repository at this point in the history
…th formatting issues
  • Loading branch information
KaeTheDev committed Jan 8, 2024
1 parent 4a17457 commit 4e62c26
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/components/atoms/TableCell/_table-cell.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ td.table-scrollable {
width: 5em;
}


@include media-breakpoint-down(lg) {
td.table-stacked.cell-header-block {
@include table.th-td-stacked-block-styles;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
@import '../../../../node_modules/bootstrap/scss/mixins/breakpoints';
@import '../../../../node_modules/bootstrap/scss/variables';


th {
display: block;
padding: 0.5rem 0.5rem;
Expand Down
2 changes: 0 additions & 2 deletions src/components/atoms/TableRow/_table-row.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
@import '../../../../node_modules/bootstrap/scss/mixins/breakpoints';
@import '../../../../node_modules/bootstrap/scss/variables';


tr {
border-color: inherit;
border-style: solid;
Expand Down Expand Up @@ -39,7 +38,6 @@ tr.table-hover:hover {
--bs-table-accent-bg: var(--bs-table-hover-bg);
}


@include media-breakpoint-down(lg) {
tr.table-stacked {
display: block;
Expand Down
1 change: 0 additions & 1 deletion src/components/molecules/Nav/_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
--bs-btn-padding-x: var(--bs-nav-link-padding-x);
}


@each $breakpoint-name, $_ in $grid-breakpoints {
@include media-breakpoint-up($breakpoint-name) {
.navbar-expand-#{$breakpoint-name}.nav {
Expand Down

0 comments on commit 4e62c26

Please sign in to comment.