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

3 uses

	github.com/google/safehtml (current package)
		style.go#L133: 	BackgroundPosition string
		style.go#L204: 	if properties.BackgroundPosition != "" {
		style.go#L205: 		fmt.Fprintf(&buf, "background-position:%s;", filter(properties.BackgroundPosition, safeRegularPropertyValuePattern))