Skip to content

Commit 6c9b7f4

Browse files
committed
feat(list): Created rmd-list-unstyled utility class from the mixin
1 parent 2c8e68c commit 6c9b7f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/list/src/_mixins.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,10 @@
322322
@include rmd-list;
323323
}
324324

325+
.rmd-list-unstyled {
326+
@include rmd-list-unstyled;
327+
}
328+
325329
.rmd-list-item {
326330
@include rmd-list-item;
327331
}

0 commit comments

Comments
 (0)