Skip to content

Commit 2ecbe3f

Browse files
committed
chore: lint fix
1 parent 2d82706 commit 2ecbe3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/scss/functions/_list.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
}
1818

19-
@if $result != null {
19+
@if $result {
2020
$result: str-slice($result, str-length($glue) + 1, -1);
2121
}
2222

0 commit comments

Comments
 (0)