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 5001a21 commit 76890dbCopy full SHA for 76890db
client/src/components/Progress.svelte
@@ -43,7 +43,6 @@ setTimeout(() => {
43
160 - (160 / langCount) * index
44
}, ${203})`,
45
);
46
- console.log(info);
47
48
info.style.color = `rgb(${275 - (225 / langCount) * index}, ${
49
275 - (225 / langCount) * index
package.json
@@ -31,7 +31,7 @@
31
"the-new-css-reset": "^1.4.1"
32
},
33
"devDependencies": {
34
- "@mikey-pro/style-guide": "^3.0.7",
+ "@mikey-pro/style-guide": "^3.0.14",
35
"css-loader": "^6.5.1",
36
"eslint": "^8.3.0",
37
"mini-css-extract-plugin": "^2.4.5",
0 commit comments