Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 368 Bytes

s-adjust.md

File metadata and controls

25 lines (15 loc) · 368 Bytes

Adjust the saturation of a color value.

s-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

/* Desaturate */
color: s-adjust( deepskyblue -100 );