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

3 uses

	github.com/google/safehtml (current package)
		style.go#L140: 	Right              string
		style.go#L225: 	if properties.Right != "" {
		style.go#L226: 		fmt.Fprintf(&buf, "right:%s;", filter(properties.Right, safeRegularPropertyValuePattern))