Skip to content

Commit

Permalink
[fix] :last-child doesn't want parentheses (#701)
Browse files Browse the repository at this point in the history
Source: https://developer.mozilla.org/fr/docs/Web/CSS/:last-child + whining from esbuild.

Fixes #700

Co-authored-by: Dominique Quatravaux <[email protected]>
  • Loading branch information
domq and Dominique Quatravaux authored Dec 5, 2023
1 parent 989ab86 commit e47c2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/components/molecules/tables/tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
border-bottom: 1px solid $gray-200;

@include media-breakpoint-down(sm) {
&:last-child() {
&:last-child {
margin-bottom: 1.2rem;
}
}
Expand Down

0 comments on commit e47c2d8

Please sign in to comment.