From 0a91a5a595d9a7e37262d51328255d9af6b33fe7 Mon Sep 17 00:00:00 2001 From: James Stuckey Weber Date: Thu, 18 Jul 2024 11:36:58 -0400 Subject: [PATCH] Lint --- src/parse.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parse.ts b/src/parse.ts index 00209b7..a481470 100644 --- a/src/parse.ts +++ b/src/parse.ts @@ -536,7 +536,7 @@ export async function parseCSS(styleData: StyleData[]) { } } if (name && fallbacks[name]) { - anchorPosition.fallbacks ??= []; + anchorPosition.fallbacks ??= []; anchorPosition.fallbacks.push(...fallbacks[name].blocks); if (!fallbacks[name].targets.includes(selector)) {