Skip to content

Commit 0e2fad4

Browse files
committed
removed export from isArbitraryValue
1 parent b4ce46c commit 0e2fad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resolve/transform.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ function createStyle(
231231
};
232232
}
233233

234-
export function isArbitraryValue(value: string): boolean {
234+
function isArbitraryValue(value: string): boolean {
235235
return value.startsWith(`[`) && value.endsWith(`]`);
236236
}
237237

0 commit comments

Comments
 (0)