Adds a class to all elements of this Iterable of Elements.
void addClass(String clazz) { for (var e in this) { e.classes.add(clazz); } }