Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 348 Bytes

l-adjust.md

File metadata and controls

24 lines (14 loc) · 348 Bytes

Adjust the lightness of a color value.

l-adjust( color, offset )

Parameters

  • color Any valid CSS color value
  • offset The percentage to offset the color hue (percent mark optional)

Returns

The modified color value.

Examples

color: l-adjust( deepskyblue 10 );