diff --git a/src/css/index.ts b/src/css/index.ts index 571a3a9..fd3ef68 100644 --- a/src/css/index.ts +++ b/src/css/index.ts @@ -291,6 +291,4 @@ const parse = (descriptor: CSSPropertyDescriptor, style?: string | null) => } break; } - - throw new Error(`Attempting to parse unsupported css format type ${descriptor.format}`); };