Skip to content

Commit

Permalink
feat(list): Created rmd-list-unstyled utility class from the mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Jan 18, 2022
1 parent 2c8e68c commit 6c9b7f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/list/src/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,10 @@
@include rmd-list;
}

.rmd-list-unstyled {
@include rmd-list-unstyled;
}

.rmd-list-item {
@include rmd-list-item;
}
Expand Down

0 comments on commit 6c9b7f4

Please sign in to comment.