You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Color Modules) - Fixes a bug that would cause hue to be negative in some cases instead of rotating around the color wheel to a positive value. Thanks @DavidDeprost
triangle now supports intermediate directions (i.e. 'topLeft'). In most cases, it will now also
return a smaller object than prior by combining colors into a single 'borderColor' line. (#399)
triangle no longer relies on borderColorordirectionalProperty`, and therefore has a smaller bundle size.
fixed a bug withtriangle where passing a unitless number to triangle defaulted to a pixel value. It will instead return the unitless value.