@override String get cssScript { final out = <String>{}; collectCsss(tree(), out); return out.join('\n'); }