Browse Source

Update unprefixed css props doc

main
Joseph Nudell 10 years ago
parent
commit
a7a88b523b
  1. 1
      tips/06-style-props-value-px.md

1
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: 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` - `boxFlex`
- `boxFlexGroup`
- `columnCount` - `columnCount`
- `fillOpacity` - `fillOpacity`
- `flex` - `flex`

Loading…
Cancel
Save