~adnano/astronaut

bec485e0c9bde3191483dab99384304f6b624ef2 — adnano 7 months ago 467f71b main 0.1.3
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.