parseAll static method

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

Implementation

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