We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afa1357 commit e466d69Copy full SHA for e466d69
src/lib/progress-bar/_progress-bar-theme.scss
@@ -62,7 +62,7 @@
62
63
// We also need to escape the hash in hex colors,
64
// otherwise IE will throw an XML error.
65
- @if str-index($color, "#") == 1 {
+ @if str-index($color, '#') == 1 {
66
$color: '%23' + str-slice($color, 2);
67
}
68
0 commit comments