Skip to content

Commit 199eeff

Browse files
author
MPopov
committed
docs(list): fix missing slash that prevents sassdoc from building the correct documentation
Closes #5759 Signed-off-by: MPopov <desig9stein@gmail.com>
1 parent bcc5ae0 commit 199eeff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/core/styles/components/list/_list-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/// @param {Color} $item-background [null] - The list item background color.
1616
/// @param {Color} $item-background-hover [null] - The list item hover background color.
1717
/// @param {Color} $item-background-active [null] - The active list item background color.
18-
//
18+
///
1919
/// @param {Color} $item-text-color [null] - The list item text color.
2020
/// @param {Color} $item-text-color-hover [null] - The list item hover text color.
2121
/// @param {Color} $item-text-color-active [null] - The active list item text color.

0 commit comments

Comments
 (0)