From 51b6092264608c258d70451df9ed3f3f172c8d4f Mon Sep 17 00:00:00 2001 From: Joseph Nudell Date: Mon, 23 Mar 2015 11:30:56 -0500 Subject: [PATCH] Update unprefixed css props doc --- docs/tips/06-style-props-value-px.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tips/06-style-props-value-px.md b/docs/tips/06-style-props-value-px.md index 5f0991130cb1c..3f308cbc69d43 100644 --- a/docs/tips/06-style-props-value-px.md +++ b/docs/tips/06-style-props-value-px.md @@ -19,6 +19,7 @@ See [Inline Styles](/react/tips/inline-styles.html) for more info. Sometimes you _do_ want to keep the CSS properties unitless. Here's a list of properties that won't get the automatic "px" suffix: - `boxFlex` +- `boxFlexGroup` - `columnCount` - `fillOpacity` - `flex`