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

3 uses

	github.com/google/safehtml (current package)
		style.go#L136: 	Color              string
		style.go#L213: 	if properties.Color != "" {
		style.go#L214: 		fmt.Fprintf(&buf, "color:%s;", filter(properties.Color, safeRegularPropertyValuePattern))