enum

CSS::Enums::GridAutoRepeat

Inherits Enum < Comparable < Value < Object

Constants

AutoFill = 0
AutoFit = 1

Instance methods

auto_fill?

Returns true if this enum value equals AutoFill

Source
auto_fit?

Returns true if this enum value equals AutoFit

Source
to_css_value
Source