shithub: hugo

Download patch

ref: 102ec2da7adcc4afb7050b17989f0486f8379679
parent: feaa582cbe950e82969da5e99e3fb9a3947025df
author: Steve <acahir@users.noreply.github.com>
date: Mon Apr 13 08:31:33 EDT 2020

commands: Modify gen chromastyles to output all CSS classes

Chroma was updated to include a new function to output all CSS
classes without skipping any considered redundant with the current
style.

This will modify the `hugo gen chromastyles` command to use this new
function by default, which avoids potential problems if the style is
later modified.

Also includes requires the updated Chroma (v0.7.2).

Resolves #7167