pub fn generate_classes<P>( path: P, classes: Vec<Class>, ) -> Result<(), Box<dyn Error>>where P: AsRef<Path> + Clone,
write given classes to html format, which can be used by CSS utilities