Skip to content

Commit

Permalink
[TASK] Fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
deoostfrees committed Mar 20, 2024
1 parent 118fbb9 commit 7cf9831
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/css/components/_breadcrumb.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@
display: flex;
flex-wrap: wrap;
font-size: calc((16 / 18) * 1rem);

/* Remove list style without affecting semantics. */
list-style-type: '';
}

.breadcrumb__item {



/* Style the visual separators between links with CSS to prevent screen readers from announcing them. */
&:not(:last-child)::after {
block-size: calc((14 / 18) * 1rem);
Expand Down

0 comments on commit 7cf9831

Please sign in to comment.