Skip to content

Commit 2a50d03

Browse files
authored
Update packages/shared/src/normalizeProp.ts
1 parent 615fbc2 commit 2a50d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/src/normalizeProp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export function normalizeStyle(
2828
}
2929

3030
const listDelimiterRE = /;(?![^(]*\))/g
31-
const propertyDelimiterRE = /:(.+)/s
31+
const propertyDelimiterRE = /:([^]+)/
3232

3333
export function parseStringStyle(cssText: string): NormalizedStyle {
3434
const ret: NormalizedStyle = {}

0 commit comments

Comments
 (0)