pub fn generate<P>(
    path: P,
    styles: Vec<Classes, Global>
) -> Result<(), Box<dyn Error + 'static, Global>>where
    P: AsRef<Path> + Clone,