commands: Modify gen chromastyles to output all CSS classes
authorSteve <acahir@users.noreply.github.com>
Mon, 13 Apr 2020 16:31:33 +0000 (12:31 -0400)
committerGitHub <noreply@github.com>
Mon, 13 Apr 2020 16:31:33 +0000 (18:31 +0200)
commit102ec2da7adcc4afb7050b17989f0486f8379679
treeb748f4911817d1d17e1f5357095299fbf433eebf
parentfeaa582cbe950e82969da5e99e3fb9a3947025df
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
commands/genchromastyles.go
go.mod
go.sum