CSS::LinearGradientSide
Inherits Enum < Comparable < Value < Object
Enumerates allowed keyword directions for linear-gradient().
Names include the leading to_ so callers can pass symbols like :to_top_left.
Constants
ToTop = 0
ToBottom = 1
ToLeft = 2
ToRight = 3
ToTopLeft = 4
ToTopRight = 5
ToBottomLeft = 6
ToBottomRight = 7
Instance methods
to_css_value
Source