css property

List<Asset> get css

Returns the list of CSS assets.

Implementation

List<Asset> get css {
  return getByType(AssetType.css);
}