Skip to content

Commit

Permalink
Adds the ability to style flex direction
Browse files Browse the repository at this point in the history
  • Loading branch information
HeleenSG committed Oct 4, 2023
1 parent 413ec3a commit a429be1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion manon/description-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ $breakpoint: 24rem !default;

@media (min-width: $breakpoint) {
div {
flex-direction: row;
flex-direction: var(
--description-list-item-flex-direction-after-breakpoint
);
}
}
}
Expand Down

0 comments on commit a429be1

Please sign in to comment.