Browse Source

add line-height to unitless css props

main
Cheng Lou 11 years ago
committed by Connor McSheffrey
parent
commit
d6af54946d
  1. 1
      cookbook/cb-06-style-prop-value-px tip.md
  2. 1
      cookbook/cb-06-style-prop-value-px.md

1
cookbook/cb-06-style-prop-value-px tip.md

@ -20,6 +20,7 @@ Sometimes you _do_ want to keep the CSS properties unitless. Here's a list of pr
- fillOpacity - fillOpacity
- fontWeight - fontWeight
- lineHeight
- opacity - opacity
- orphans - orphans
- zIndex - zIndex

1
cookbook/cb-06-style-prop-value-px.md

@ -25,6 +25,7 @@ Sometimes you _do_ want to keep the CSS properties unitless. Here's a list of pr
- fillOpacity - fillOpacity
- fontWeight - fontWeight
- lineHeight
- opacity - opacity
- orphans - orphans
- zIndex - zIndex

Loading…
Cancel
Save