OnCssParseError typedef

OnCssParseError = String? Function(String css, List<Message> errors)

Implementation

typedef OnCssParseError = String? Function(
  String css,
  List<cssParser.Message> errors,
);