PolyFill class

CSS polyfill emits CSS to be understood by older parsers that which do not understand (var, calc, etc.).

Constructors

PolyFill(Messages _messages)
_pseudoElements list of known pseudo attributes found in HTML, any CSS pseudo-elements 'name::custom-element' is mapped to the manged name associated with the pseudo-element key.

Properties

allStyleSheets Set<StyleSheet>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
process(StyleSheet styleSheet, {List<StyleSheet>? includes}) → void
Run the analyzer on every file that is a style sheet or any component that has a style tag.
processVarDefinitions(List<StyleSheet> includes) → void
Process all includes looking for var definitions.
processVars(StyleSheet styleSheet) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited