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