func github.com/google/safehtml.cssEscapeString

3 uses

	github.com/google/safehtml (current package)
		style.go#L176: 			fmt.Fprintf(&buf, "url(\"%s\")", cssEscapeString(URLSanitized(url).String()))
		style.go#L194: 			fmt.Fprintf(&buf, `"%s"`, cssEscapeString(unescaped))
		style.go#L281: func cssEscapeString(s string) string {