Browse Source

Merge pull request #3742 from mminer/order-css-vendor-prefixes

Treat boxOrdinalGroup and flexOrder as unitless
main
Paul O’Shannessy 9 years ago
parent
commit
f88fbf2053
  1. 2
      tips/06-style-props-value-px.md

2
tips/06-style-props-value-px.md

@ -20,6 +20,7 @@ Sometimes you _do_ want to keep the CSS properties unitless. Here's a list of pr
- `boxFlex` - `boxFlex`
- `boxFlexGroup` - `boxFlexGroup`
- `boxOrdinalGroup`
- `columnCount` - `columnCount`
- `fillOpacity` - `fillOpacity`
- `flex` - `flex`
@ -27,6 +28,7 @@ Sometimes you _do_ want to keep the CSS properties unitless. Here's a list of pr
- `flexPositive` - `flexPositive`
- `flexShrink` - `flexShrink`
- `flexNegative` - `flexNegative`
- `flexOrder`
- `fontWeight` - `fontWeight`
- `lineClamp` - `lineClamp`
- `lineHeight` - `lineHeight`

Loading…
Cancel
Save