enum

CSS::Enums::BoxSizing

Inherits Enum < Comparable < Value < Object

Constants

BorderBox = 0
ContentBox = 1

Instance methods

border_box?

Returns true if this enum value equals BorderBox

Source
content_box?

Returns true if this enum value equals ContentBox

Source
to_css_value
Source