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

3 uses

	github.com/google/safehtml (current package)
		style.go#L142: 	Bottom             string
		style.go#L231: 	if properties.Bottom != "" {
		style.go#L232: 		fmt.Fprintf(&buf, "bottom:%s;", filter(properties.Bottom, safeRegularPropertyValuePattern))