Skip to content

Commit 7c3fd8f

Browse files
committed
chore: fix linter error
1 parent b8933fe commit 7c3fd8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/progress-bar/_progress-bar-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
// We also need to escape the hash in hex colors,
6464
// otherwise IE will throw an XML error.
65-
@if str-index($color, "#") == 1 {
65+
@if str-index($color, '#') == 1 {
6666
$color: '%23' + str-slice($color, 2);
6767
}
6868

0 commit comments

Comments
 (0)