Get URL for a CSS file.
String css(String path, {Map<String, dynamic>? query}) { return _urlService.css(path, query: query); }