fix: remove unreachable code

This commit is contained in:
Niklas von Hertzen 2021-07-11 16:45:46 +08:00
parent ff1e9abb33
commit 99e55b5337

View File

@ -291,6 +291,4 @@ const parse = (descriptor: CSSPropertyDescriptor<any>, style?: string | null) =>
}
break;
}
throw new Error(`Attempting to parse unsupported css format type ${descriptor.format}`);
};