parseAll static method

JSArray<CSSStyleValue> parseAll(
  1. String property,
  2. String cssText
)

Implementation

external static JSArray<CSSStyleValue> parseAll(
  String property,
  String cssText,
);