enum

CSS::Enums::JustifyItems

Inherits Enum < Comparable < Value < Object

Constants

Normal = 0
Stretch = 1
AnchorCenter = 2

Instance methods

anchor_center?

Returns true if this enum value equals AnchorCenter

Source
normal?

Returns true if this enum value equals Normal

Source
stretch?

Returns true if this enum value equals Stretch

Source
to_css_value
Source