github.com/google/safehtml.StyleProperties.Height (field)

3 uses

	github.com/google/safehtml (current package)
		style.go#L137: 	Height             string
		style.go#L216: 	if properties.Height != "" {
		style.go#L217: 		fmt.Fprintf(&buf, "height:%s;", filter(properties.Height, safeRegularPropertyValuePattern))