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

3 uses

	github.com/google/safehtml (current package)
		style.go#L134: 	BackgroundRepeat   string
		style.go#L207: 	if properties.BackgroundRepeat != "" {
		style.go#L208: 		fmt.Fprintf(&buf, "background-repeat:%s;", filter(properties.BackgroundRepeat, safeRegularPropertyValuePattern))