mirror of https://github.com/vuejs/core.git
parent
003836f90e
commit
91f1c62e63
|
@ -28,7 +28,7 @@ export function normalizeStyle(
|
|||
|
||||
const listDelimiterRE = /;(?![^(]*\))/g
|
||||
const propertyDelimiterRE = /:([^]+)/
|
||||
const styleCommentRE = /\/\*.*?\*\//gs
|
||||
const styleCommentRE = /\/\*[^]*?\*\//g
|
||||
|
||||
export function parseStringStyle(cssText: string): NormalizedStyle {
|
||||
const ret: NormalizedStyle = {}
|
||||
|
|
Loading…
Reference in New Issue