diff --git a/lib/index.js b/lib/index.js index 9bd8ed0..2a1b093 100644 --- a/lib/index.js +++ b/lib/index.js @@ -894,7 +894,6 @@ function parseStyle(state, value) { const result = {} try { - // @ts-expect-error: `style-to-object` types are broken. styleToObject(value, replacer) } catch (error) { if (!state.ignoreInvalidStyle) {