mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
typo
This commit is contained in:
@@ -50,7 +50,7 @@ function parse(contents, file) {
|
||||
try {
|
||||
color = new Color(color);
|
||||
} catch (e) {
|
||||
console.warn(`[${file}] Unparseable color ${hue}-${level}: ${color}`);
|
||||
console.warn(`[${file}] Unparsable color ${hue}-${level}: ${color}`);
|
||||
}
|
||||
|
||||
if (level.startsWith('0')) {
|
||||
|
||||
Reference in New Issue
Block a user