enum

CSS::Enums::BorderWidth

Inherits Enum < Comparable < Value < Object

Constants

Thin = 0
Medium = 1
Thick = 2

Instance methods

medium?

Returns true if this enum value equals Medium

Source
thick?

Returns true if this enum value equals Thick

Source
thin?

Returns true if this enum value equals Thin

Source
to_css_value
Source