go fmt
1 files changed, 3 insertions(+), 3 deletions(-) M styles/styles.go
M styles/styles.go => styles/styles.go +3 -3
@@ 60,9 60,9 @@ Styles inherit from the default style. If a style is not present, its parent style will be used. To prevent inheritance, use the reset directive: style { reset } style { reset } The reset directive should be the first directive in the style block, otherwise all previous styles will be overidden.