enum

CSS::Enums::AlignItems

Inherits Enum < Comparable < Value < Object

Constants

Normal = 0
Stretch = 1

Instance methods

normal?

Returns true if this enum value equals Normal

Source
stretch?

Returns true if this enum value equals Stretch

Source
to_css_value
Source