Skip to content

Commit 713b0a7

Browse files
committed
chore(list): fix lint error
1 parent 9bb7bea commit 713b0a7

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
@@ -230,7 +230,7 @@
230230
}
231231

232232
> *,
233-
& [class^='igx'] {
233+
[class^='igx'] {
234234
--component-size: #{if($variant == 'indigo', 2, var(--list-size))};
235235
}
236236

0 commit comments

Comments
 (0)