From 05cd53a77f40f46f715d0ac3e4e20294d11fb8d3 Mon Sep 17 00:00:00 2001 From: Will Holland Date: Mon, 15 Mar 2021 15:27:04 -0400 Subject: [PATCH] Removed background-image from list of supported CSS properties. --- docs/declarative-customization/column-formatting.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/declarative-customization/column-formatting.md b/docs/declarative-customization/column-formatting.md index 515b1ac124..18e64c08e1 100644 --- a/docs/declarative-customization/column-formatting.md +++ b/docs/declarative-customization/column-formatting.md @@ -1065,7 +1065,6 @@ An optional property that specifies style attributes to apply to the element spe ```JS 'background-color' 'fill' -'background-image' 'border' 'border-bottom' 'border-bottom-color'