const github.com/evanw/esbuild/internal/css_ast.DBackgroundColor

3 uses

	github.com/evanw/esbuild/internal/css_ast (current package)
		css_decl_table.go#L25: 	DBackgroundColor
		css_decl_table.go#L343: 	"background-color":            DBackgroundColor,

	github.com/evanw/esbuild/internal/css_parser
		css_decls.go#L679: 		case css_ast.DBackgroundColor,