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

3 uses

	github.com/google/safehtml (current package)
		style.go#L139: 	Left               string
		style.go#L222: 	if properties.Left != "" {
		style.go#L223: 		fmt.Fprintf(&buf, "left:%s;", filter(properties.Left, safeRegularPropertyValuePattern))